2001-01-04 12:14:38 +01:00
|
|
|
# New ports collection makefile for: zziplib
|
|
|
|
# Date created: 3 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= zziplib
|
2002-06-22 17:57:04 +02:00
|
|
|
PORTVERSION= 0.10.54
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-01-04 12:14:38 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-05-20 10:27:05 +02:00
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
2001-01-04 12:14:38 +01:00
|
|
|
|
2002-05-20 10:27:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-transform-name="s/$$//"
|
2001-01-16 18:33:20 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-01-04 12:14:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|