openbsd-ports/cad/gnucap/Makefile
espie 26d56cdae6 fix compile with clang, classes have to be visible when
defining templates.
also fix an obnoxious narrowing warning/error which makes no sense
2017-05-01 19:29:26 +00:00

35 lines
716 B
Makefile

# $OpenBSD: Makefile,v 1.12 2017/05/01 19:29:26 espie Exp $
# gcc spins compiling d_mos7
NOT_FOR_ARCHS= m88k
COMMENT= Gnu Circuit Analysis Package
DISTNAME= gnucap-0.35
REVISION= 2
CATEGORIES= cad
HOMEPAGE= http://www.gnucap.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ${LIBCXX} readline termcap
MASTER_SITES= ${HOMEPAGE}dist/ \
http://www.geda.seul.org/dist/
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/gnucap.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnucap
${INSTALL_DATA} ${WRKSRC}/man/gnucap-man.pdf \
${PREFIX}/share/doc/gnucap/gnucap.pdf
do-test:
cd ${WRKSRC}/examples && ./runall ../src/gnucap
.include <bsd.port.mk>