pkgsrc/math/gp-factint/Makefile
joerg 3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00

29 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:22 joerg Exp $
#
DISTNAME= factint-1.3
PKGNAME= gp-factint-1.3
PKGREVISION= 1
SVR4_PKGNAME= gpfin
CATEGORIES= math
MASTER_SITES= http://www.cip.mathematik.uni-stuttgart.de/~kohlsn/factint/
EXTRACT_SUFX= .zoo
MAINTAINER= cjep@NetBSD.org
HOMEPAGE= http://www.gap-system.org/Share/factint.html
COMMENT= Integer factorization routines for GAP
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/factint
NO_BUILD= YES
GAP_PKG_NAME= factint
USE_TOOLS+= pax
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${GAP_PKG_ROOT}
cd ${WRKDIR} && pax -rw ${GAP_PKG_NAME} ${DESTDIR}${GAP_PKG_ROOT}
.include "../../math/gap/gap.package.mk"
.include "../../mk/bsd.pkg.mk"