diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 16:41:45 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 16:41:45 +0000 |
commit | ab2c7ca5ab8de446a25a83497bb403faf33fe70c (patch) | |
tree | bcb5289491e934d1bbf1d786c3638cec799f2658 /cad/pcb/Makefile | |
parent | fb323ab50faff61842ab82a95dde0bcfbce01941 (diff) | |
download | ports-ab2c7ca5ab8de446a25a83497bb403faf33fe70c.tar.gz ports-ab2c7ca5ab8de446a25a83497bb403faf33fe70c.zip |
Notes
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index d2770a6ed04e..5f2da6e2e16e 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -6,19 +6,22 @@ # PORTNAME= pcb -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= cad -MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ \ - ftp://sunsite.tus.ac.jp/pub/archives/linux/jp-linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ +MASTER_SITES= http://bach.ece.jhu.edu/~haceaton/pcb/ +DISTNAME= ${PORTNAME}-wip +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon__s@videotron.ca COMMENT= X11 interactive printed circuit board layout system BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_IMAKE= yes + MAN1= pcb.1 pre-install: |