diff options
author | tg <tg@FreeBSD.org> | 1997-10-22 15:04:55 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-22 15:04:55 +0800 |
commit | f607bdc45e1fa0d4995c270d5b3acdb75b5313f7 (patch) | |
tree | 62890b91146b1cf5d1637746c37d26fc90d6e489 /cad/spice/Makefile | |
parent | 06a7d18a17c40141dc664c480533a02c134883b5 (diff) | |
download | freebsd-ports-gnome-f607bdc45e1fa0d4995c270d5b3acdb75b5313f7.tar.gz freebsd-ports-gnome-f607bdc45e1fa0d4995c270d5b3acdb75b5313f7.tar.zst freebsd-ports-gnome-f607bdc45e1fa0d4995c270d5b3acdb75b5313f7.zip |
Port cleanup. Upgrade version number to 3f5.
PR: 4721
Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index bb481e2f5546..2622d79dd877 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,35 +1,34 @@ # New ports collection makefile for: spice -# Version required: 3f4 (3f5?) +# Version required: 3f5 # Date created: 26 Mar 96 # Whom: Julian Jenkins <kaveman@magna.com.au> # -# $Id: Makefile,v 1.7 1996/12/24 07:31:49 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/31 08:23:06 tg Exp $ # -DISTNAME= sp3f4.kit -PKGNAME= spice-3f4 +DISTNAME= sp3f4.kit +PKGNAME= spice-3f5 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/ EXTRACT_SUFX= .tar.Z -#PATCH_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/3f4patches -#PATCHFILES= grid.patch newcoms.patch spsmp.patch +MAINTAINER= kaveman@magna.com.au + # documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps -MAINTAINER= kaveman@magna.com.au +# These are included as patch-ab +#PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/ +#PATCHFILES= grid.patch newcoms.patch spsmp.patch NO_WRKSUBDIR= yes MAN1= sconvert.1 nutmeg.1 spice.1 MAN3= mfb.3 MAN5= mfbcap.5 +.if !defined(NOPORTDOCS) post-install: - chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ - ${PREFIX}/bin/sconvert ${PREFIX}/bin/help ${PREFIX}/bin/proc2mod \ - ${PREFIX}/bin/multidec - strip ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ - ${PREFIX}/bin/sconvert ${PREFIX}/bin/help ${PREFIX}/bin/proc2mod \ - ${PREFIX}/bin/multidec - chmod -R a+rX ${PREFIX}/share/spice + ${MKDIR} ${PREFIX}/share/examples/spice + ${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice +.endif .include <bsd.port.mk> |