pkgsrc/math/gp-grpconst/Makefile
jlam a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00

30 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/03/04 18:12:59 jlam Exp $
#
DISTNAME= grpconst
PKGNAME= gp-grpconst-2.0
PKGREVISION= 1
SVR4_PKGNAME= gpgct
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
MAINTAINER= cjep@NetBSD.org
HOMEPAGE= http://www.gap-system.org/Share/grpconst.html
COMMENT= GAP package for finding isomorphism classes of finite groups
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/grpconst
NO_BUILD= YES
GAP_PKG_NAME= grpconst
post-extract:
${RM} -f ${WRKSRC}/doc/.cvsignore
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"