2007-11-06 17:01:26 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2007/11/06 22:01:26 rui Exp $
|
2001-04-08 19:32:44 -04:00
|
|
|
|
2007-09-15 17:36:57 -04:00
|
|
|
COMMENT= Simulation Program for Integrated Circuit Electronics
|
1998-06-03 19:02:23 -04:00
|
|
|
|
2007-11-06 17:01:26 -05:00
|
|
|
V= 3f5
|
|
|
|
DISTNAME= spice${V}
|
|
|
|
PKGNAME= spice-${V}p2
|
1998-06-03 19:02:23 -04:00
|
|
|
CATEGORIES= cad
|
|
|
|
|
2007-11-06 17:01:26 -05:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-12 13:02:32 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2007-11-06 17:01:26 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-12 13:02:32 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-21 16:41:23 -05:00
|
|
|
WANTLIB= X11 Xaw Xext Xmu Xt c m termlib
|
2000-03-12 13:02:32 -05:00
|
|
|
|
2007-11-06 17:01:26 -05:00
|
|
|
MASTER_SITES= http://embedded.eecs.berkeley.edu/pubs/downloads/spice/
|
|
|
|
HOMEPAGE= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/
|
1998-06-03 19:02:23 -04:00
|
|
|
|
2002-10-24 19:05:53 -04:00
|
|
|
USE_X11= Yes
|
2002-07-17 18:40:00 -04:00
|
|
|
MAKE_ENV= MAKE_PROGRAM='${MAKE_PROGRAM}' CC="${CC}"
|
1998-06-03 19:02:23 -04:00
|
|
|
|
2002-10-24 19:05:53 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-02-26 06:52:17 -05:00
|
|
|
do-configure:
|
|
|
|
@cp ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
@cp ${FILESDIR}/OpenBSD ${WRKSRC}/conf
|
|
|
|
|
1998-06-03 19:02:23 -04:00
|
|
|
.include <bsd.port.mk>
|