diff options
Diffstat (limited to 'devel/alf/Makefile')
-rw-r--r-- | devel/alf/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/alf/Makefile b/devel/alf/Makefile new file mode 100644 index 000000000000..271f1f4a49ba --- /dev/null +++ b/devel/alf/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# Ports collection makefile for: alf +# Date created: Sep 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= alf +PORTVERSION= 0.1 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= largefiles + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> |