blob: b1c1415957956bef06466e40e270c29469d1a951 (
plain)
1
2
3
4
5
6
7
|
# $NetBSD: gap.package.mk,v 1.2 2002/10/08 04:49:41 cjep Exp $
#
# Set GAP_PKG_NAME in your Makefile. More may appear here later.
DEPENDS+= gap-4.3nb1:../../math/gap
GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3
GAP_PKG_DIRECTORY= ${GAP_DIRECTORY}/pkg/${GAP_PKG_NAME}
|