82bc70c5e0
PR: 39657 Submitted by: maintainer
20 lines
445 B
Makefile
20 lines
445 B
Makefile
# New ports collection makefile for: zziplib
|
|
# Date created: 3 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zziplib
|
|
PORTVERSION= 0.10.54
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-transform-name="s/$$//"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|