summaryrefslogtreecommitdiff
path: root/cad/gnucap/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2006-07-09 21:56:27 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2006-07-09 21:56:27 +0000
commit95b543581632c1806dfdab437a0c0e1b1746543b (patch)
tree6db195f417294a8a0f0bde0cbaff87ff101c6508 /cad/gnucap/Makefile
parentc0f0e32baa4548a5bf22e5e34b5fbce4ab65a46a (diff)
downloadpkgsrc-95b543581632c1806dfdab437a0c0e1b1746543b.tar.gz
update to gnucap-2006-07-08.
Many improvements since the last packaged version including, but not limited to: - enhanced transient timestep control algorithm which is significantly more accurate than spice now. - enhanced compatibility with hspice netlists - named nodes (as opposed to numbered only nodes) work now - improvements to the bsim3v3 model support - migration from a custom build system to a GNU autoconf/automake based build system.
Diffstat (limited to 'cad/gnucap/Makefile')
-rw-r--r--cad/gnucap/Makefile37
1 files changed, 13 insertions, 24 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index e11f1f35f4a..626b6138b35 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2006/06/06 14:33:44 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2006/07/09 21:56:27 dmcmahill Exp $
#
-DISTNAME= gnucap-0.34
-PKGREVISION= 2
+DISTNAME= gnucap-2006-07-08
CATEGORIES= cad
-MASTER_SITES= http://www.gnucap.org/ \
- http://www.geda.seul.org/dist/ \
- http://www.kettering.edu/~adavis/gnucap/
+MASTER_SITES= http://www.gnucap.org/devel/ \
+ http://www.geda.seul.org/dist/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.gnucap.org/
@@ -17,25 +15,16 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c++
USE_TOOLS+= gmake
USE_GNU_READLINE= YES
-INSTALLATION_DIRS= bin
+GNU_CONFIGURE= YES
+TEX_DEPMOD= build
+TEX_ACCEPTED= teTeX2 teTeX3
-do-build:
- @cd ${WRKSRC}/modelgen && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} pkgsrc
- @cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} pkgsrc
-
-do-install:
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/*/gnucap ${PREFIX}/bin/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnucap
- ${INSTALL_DATA} ${WRKSRC}/doc/acs-tutorial ${PREFIX}/share/doc/gnucap
- ${INSTALL_DATA} ${WRKSRC}/man/gnucap-man.pdf ${PREFIX}/share/doc/gnucap
- ${INSTALL_DATA} ${WRKSRC}/doc/whatisit ${PREFIX}/share/doc/gnucap
- ${INSTALL_DATA} ${WRKSRC}/man/html/* ${PREFIX}/share/doc/gnucap
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnucap
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/gnucap
-
-do-test:
- cd ${WRKSRC}/test && ./test ../src/*/gnucap "" 0001 ==
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/gnucap/manual/html
+ for f in ${WRKSRC}/man/html/*.html ${WRKSRC}/man/html/*.css ; do \
+ ${INSTALL_DATA} $$f ${PREFIX}/share/gnucap/manual/html ; \
+ done
.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"