pkgsrc/cad/vipec/Makefile
wiz 768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00

32 lines
994 B
Makefile

# $NetBSD: Makefile,v 1.44 2006/01/24 07:31:57 wiz Exp $
#
DISTNAME= ViPEC-3.2.0
PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vipec/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://vipec.sourceforge.net/
COMMENT= Network analyser for electrical networks
USE_TOOLS+= gmake
UNLIMIT_RESOURCES+= datasize
CONFLICTS+= vipec-[0-9]*
post-patch:
${SED} 's;@prefix@;${PREFIX};g' < ${FILESDIR}/vipec.sh.in > ${WRKDIR}/vipec.sh
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/vipec.sh ${PREFIX}/bin/vipec
${INSTALL_DATA} ${WRKSRC}/vipec.cfg ${PREFIX}/vipec
${RM} -fr ${PREFIX}/vipec/*/CVS ${PREFIX}/vipec/help/models/CVS
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
# XXX Please verify whether qt3-tools is really needed at run-time.
# If it is, then remove this comment. If it is not, then remove
# this comment and the line below, and bump PKGREVISION.
BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"