1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/cad/spice/Makefile
Thomas Gellekum 5bfb18c575 Port cleanup. Upgrade version number to 3f5.
PR:		4721
Submitted by:	Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
1997-10-22 07:04:55 +00:00

35 lines
872 B
Makefile

# New ports collection makefile for: spice
# Version required: 3f5
# Date created: 26 Mar 96
# Whom: Julian Jenkins <kaveman@magna.com.au>
#
# $Id: Makefile,v 1.8 1997/01/31 08:23:06 tg Exp $
#
DISTNAME= sp3f4.kit
PKGNAME= spice-3f5
CATEGORIES= cad
MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/
EXTRACT_SUFX= .tar.Z
MAINTAINER= kaveman@magna.com.au
# documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps
# 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:
${MKDIR} ${PREFIX}/share/examples/spice
${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice
.endif
.include <bsd.port.mk>