summaryrefslogtreecommitdiff
path: root/cad/vipec
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-06 02:39:16 +0000
committerdmcmahill <dmcmahill>2003-02-06 02:39:16 +0000
commitfa7c06bca4e18ac4f98f65d04618144b52ea1e5a (patch)
treef1300d4c45ac5bf6c70fa9ca11a02a30559f81ea /cad/vipec
parent1462f45ed5035b72bfdd7198aa1403c5ae433e5c (diff)
downloadpkgsrc-fa7c06bca4e18ac4f98f65d04618144b52ea1e5a.tar.gz
enable optimization (use release settings)
Diffstat (limited to 'cad/vipec')
-rw-r--r--cad/vipec/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
index 2a81770bc89..5fb98809817 100644
--- a/cad/vipec/Makefile
+++ b/cad/vipec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/02/06 00:41:12 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.30 2003/02/06 02:39:16 dmcmahill Exp $
#
DISTNAME= ViPEC-3.1.3
@@ -17,6 +17,12 @@ USE_GMAKE= yes
CONFLICTS+= vipec-[0-9]*
+ALL_TARGET= ALL
+
+do-configure:
+ cd ${WRKSRC}/src && tmake vipec "CONFIG+=release" -o Makefile
+ #cd ${WRKSRC}/src && tmake vipec "CONFIG+=debug" -o Makefile
+
post-patch:
${SED} 's;@prefix@;${PREFIX};g' < ${FILESDIR}/vipec.sh.in > ${WRKDIR}/vipec.sh