c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
30 lines
663 B
Makefile
30 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.22 2004/10/03 00:13:13 tv Exp $
|
|
#
|
|
|
|
DISTNAME= ng-spice-rework-14
|
|
PKGNAME= ng-spice-14
|
|
PKGREVISION= 2
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngspice/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://ngspice.sourceforge.net/
|
|
COMMENT= Next generation circuit simulation program
|
|
|
|
CONFLICTS= spice-[0-9]*
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_X11= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
LIBS+= ${LIBGETOPT}
|
|
|
|
INFO_FILES= ngspice.info
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|