blob: dcacee228759af76c6c2899a5c39dc7bfbc6e903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# ex:ts=8
# Ports collection makefile for: libfs++
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libfs++
PORTVERSION= 0.1.7
CATEGORIES= devel
MASTER_SITES= http://bluebat.dnsalias.org/software/libfs++/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|