aboutsummaryrefslogtreecommitdiffstats
path: root/devel/alf/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-04 20:19:55 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-04 20:19:55 +0800
commit1955418cd1aef03bdcd6649c2ba9d09cd274b6bc (patch)
tree3f5d0c52f935b6ea0c356d6c51a06bef0a5628a6 /devel/alf/Makefile
parentcfb780691104e8fb0ed8761672004b101c847eb7 (diff)
downloadfreebsd-ports-gnome-1955418cd1aef03bdcd6649c2ba9d09cd274b6bc.tar.gz
freebsd-ports-gnome-1955418cd1aef03bdcd6649c2ba9d09cd274b6bc.tar.zst
freebsd-ports-gnome-1955418cd1aef03bdcd6649c2ba9d09cd274b6bc.zip
add alf 0.1
Abstract Large File
Diffstat (limited to 'devel/alf/Makefile')
-rw-r--r--devel/alf/Makefile20
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>