diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-15 12:18:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-15 12:18:40 +0000 |
commit | 99b190c92b0f5790c262f96113f5baf771a858a2 (patch) | |
tree | c5c126d6852c4cb19f40425e317d107148518359 /devel/libfs++/Makefile | |
parent | b22644f6616ddd539c97a11682b8cb5233391d78 (diff) | |
download | ports-99b190c92b0f5790c262f96113f5baf771a858a2.tar.gz ports-99b190c92b0f5790c262f96113f5baf771a858a2.zip |
Notes
Diffstat (limited to 'devel/libfs++/Makefile')
-rw-r--r-- | devel/libfs++/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile new file mode 100644 index 000000000000..dcacee228759 --- /dev/null +++ b/devel/libfs++/Makefile @@ -0,0 +1,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> |