summaryrefslogtreecommitdiff
path: root/cad/vipec/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-20 18:55:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-20 18:55:28 +0000
commit65db69cc274e0aa759b491508950ea519d2e8230 (patch)
treeaea6ec931349fa798d5f83cb1d26bea7a03771e3 /cad/vipec/Makefile
parentUpdate to 0.19.3. (diff)
upgrade to 3.1.2b3
PR: 39169 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61642
Diffstat (limited to 'cad/vipec/Makefile')
-rw-r--r--cad/vipec/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
index 337d75748eb1..ba05db129a68 100644
--- a/cad/vipec/Makefile
+++ b/cad/vipec/Makefile
@@ -1,21 +1,23 @@
# ex:ts=8
# New ports collection makefile for: vipec
-# Date created: Aprll 3, 2001
+# Date created: April 3, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vipec
-PORTVERSION= 3.1.0
+PORTVERSION= 3.1.2b3
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ViPEC-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake
+USE_REINPLACE= yes
USE_QT_VER= 2
USE_GMAKE= yes
MAKE_ENV+= TMAKEPATH="${LOCALBASE}/share/tmake/freebsd-g++" \
@@ -23,6 +25,12 @@ MAKE_ENV+= TMAKEPATH="${LOCALBASE}/share/tmake/freebsd-g++" \
SUBLIBS=${PTHREAD_LIBS}
post-patch:
- @${PERL} -pi -e "s,/opt,${PREFIX},g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,/opt,,g" ${WRKSRC}/Makefile
+
+pre-install:
+ @${RM} -rf ${WRKSRC}/help/models/CVS
+ @${RM} -rf ${WRKSRC}/help/CVS
+ @${RM} -rf ${WRKSRC}/ckt/CVS
+ @${RM} -rf ${WRKSRC}/messages/CVS
.include <bsd.port.mk>