2008-05-26 04:13:14 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2008/05/26 02:13:22 joerg Exp $
|
2002-12-24 01:17:25 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= fplsa
|
|
|
|
PKGNAME= gp-fplsa-1.0
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2003-01-05 15:09:03 +01:00
|
|
|
SVR4_PKGNAME= gpfpl
|
2002-12-24 01:17:25 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
|
|
|
|
EXTRACT_SUFX= .zoo
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= cjep@NetBSD.org
|
2002-12-24 01:17:25 +01:00
|
|
|
HOMEPAGE= http://www.gap-system.org/Share/fplsa.html
|
|
|
|
COMMENT= GAP interface to FPLSA
|
|
|
|
|
2008-03-04 18:57:17 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/fplsa
|
2002-12-24 01:17:25 +01:00
|
|
|
GAP_PKG_NAME= fplsa
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= default
|
2002-12-24 01:17:25 +01:00
|
|
|
|
2008-05-26 04:13:14 +02:00
|
|
|
USE_TOOLS+= pax
|
|
|
|
|
2002-12-24 01:17:25 +01:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC} && ${SH} configure ${GAP_DIRECTORY}
|
|
|
|
|
|
|
|
do-install:
|
2008-03-04 18:57:17 +01:00
|
|
|
${INSTALL_PROGRAM_DIR} ${DESTDIR}${GAP_PKG_DIRECTORY}
|
2002-12-24 01:17:25 +01:00
|
|
|
@for I in README.fplsa bin doc gap init.g lib; do \
|
2008-05-26 04:13:14 +02:00
|
|
|
cd ${WRKSRC} && pax -rw $$I ${DESTDIR}${GAP_PKG_DIRECTORY};\
|
2008-03-04 18:57:17 +01:00
|
|
|
done
|
2002-12-24 01:17:25 +01:00
|
|
|
|
|
|
|
.include "../../math/gap/gap.package.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|