pkgsrc/archivers/xpk/Makefile
cjep 39dd16a5a0 Initial import of XPK 0.1.4 into the NetBSD packages collection as
archivers/xpk.

This package is a UNIX port of the Amiga XPK library.

The XPK system consists of a master library (libxpkmaster.so) and several
(un)packer sub-libraries (libxpkXXXX.so). Application programs only use the
master library directly: the master library takes care of loading and using
the sub-libraries. Each sub-library implements one type of compression.

There are different libraries for different types of data. When unpacking the
applications do not need to know which library was used to pack the data -
the appropriate library needs to be installed.

From the FreeBSD ports collection.
2002-12-13 16:29:02 +00:00

17 lines
504 B
Makefile

# $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"