Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2013/04/24 10:06:49 sbd Exp $
# $NetBSD: Makefile,v 1.35 2015/11/25 12:50:44 jperkin Exp $
DISTNAME= igmt_v1.2
PKGNAME= iGMT-1.2
@@ -20,9 +20,6 @@ WRKSRC= ${WRKDIR}/igmt_1.2
NO_BUILD= yes
USE_TOOLS+= gs:run ksh:run
GMT_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= GMT_PREFIX=GMT
EVAL_PREFIX+= TK_PREFIX=tk
REPLACE_KSH= igmt igmt_helper* img2latlongrd.batch
@@ -31,8 +28,8 @@ INSTALLATION_DIRS= bin
do-configure:
for i in ${WRKSRC}/igmt ${WRKSRC}/igmt_configure.tcl; do \
${SED} -e 's:@PREFIX@:'${PREFIX}':g' \
-e 's:@GMT_PREFIX@:'${GMT_PREFIX}':g' \
-e 's:@TK_PREFIX@:'${TK_PREFIX}':g' \
-e 's:@GMT_PREFIX@:'${LOCALBASE}':g' \
-e 's:@TK_PREFIX@:'${LOCALBASE}':g' \
$$i > $$i.tmp && ${MV} -f $$i.tmp $$i; \
done