summaryrefslogtreecommitdiff
path: root/cad/vipec
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-02-06 02:39:16 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-02-06 02:39:16 +0000
commit0d033ca10ba467d392eb08e8b87d89c1e3cbb3d9 (patch)
treef1300d4c45ac5bf6c70fa9ca11a02a30559f81ea /cad/vipec
parent67cf9fd45057981fd1d3f41587b806f137e99a8b (diff)
downloadpkgsrc-0d033ca10ba467d392eb08e8b87d89c1e3cbb3d9.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