aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/alz2zip/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-02-16 23:26:07 +0800
committerperky <perky@FreeBSD.org>2004-02-16 23:26:07 +0800
commit3ae3aa343a30668cbeaef90aaa8a476d4d4c0648 (patch)
tree01e6b601e0a13dee0cf4bd4f6f66d04b12f5c460 /archivers/alz2zip/Makefile
parent74a3859dd3fcf4c748fa4d31dc4bd39322ac75dd (diff)
downloadfreebsd-ports-graphics-3ae3aa343a30668cbeaef90aaa8a476d4d4c0648.tar.gz
freebsd-ports-graphics-3ae3aa343a30668cbeaef90aaa8a476d4d4c0648.tar.zst
freebsd-ports-graphics-3ae3aa343a30668cbeaef90aaa8a476d4d4c0648.zip
Add port for alz2zip 0.1,
a converter for alzip archives to zip formats.
Diffstat (limited to 'archivers/alz2zip/Makefile')
-rw-r--r--archivers/alz2zip/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/alz2zip/Makefile b/archivers/alz2zip/Makefile
new file mode 100644
index 00000000000..3efaec1ee85
--- /dev/null
+++ b/archivers/alz2zip/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: alz2zip
+# Date created: 17 Feb 2004
+# Whom: Hye-Shik Chang <perky@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= alz2zip
+PORTVERSION= 0.1
+CATEGORIES= archivers converters python
+MASTER_SITES= http://openlook.org/distfiles/
+
+MAINTAINER= perky@FreeBSD.org
+COMMENT= Convert Alzip files to zip format
+
+USE_PYTHON= 2.1+
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>