diff options
author | dmcmahill <dmcmahill> | 2003-02-06 02:39:16 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-06 02:39:16 +0000 |
commit | d3f54f84edd883486838387dfae0cecf9f5e15fb (patch) | |
tree | f1300d4c45ac5bf6c70fa9ca11a02a30559f81ea /cad/vipec/Makefile | |
parent | fdf0744f1b4453c2462c68c2a831a78975d6dad2 (diff) | |
download | pkgsrc-d3f54f84edd883486838387dfae0cecf9f5e15fb.tar.gz |
enable optimization (use release settings)
Diffstat (limited to 'cad/vipec/Makefile')
-rw-r--r-- | cad/vipec/Makefile | 8 |
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 |