diff options
Diffstat (limited to 'archivers/xpk/Makefile')
-rw-r--r-- | archivers/xpk/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile new file mode 100644 index 00000000000..a347a134974 --- /dev/null +++ b/archivers/xpk/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 16:29:02 cjep Exp $ +# FreeBSD Id: ports/archivers/xpk/Makefile,v 1.7 2002/10/18 07:58:00 adamw Exp + +DISTNAME= xpk-0.1.4 +CATEGORIES= archivers +MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \ + http://energyhq.homeip.net/files/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.jormas.com/~vesuri/xpk/ +COMMENT= The eXternal PacKer (XPK) library system + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" |