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