f61636bdaf
a converter for alzip archives to zip formats.
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# 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>
|