diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-23 16:41:45 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-23 16:41:45 +0000 |
commit | 43beb3bb8af5e592ec1137f2b3e1cce797285f13 (patch) | |
tree | 04c5736a05b2a4ab7200bacf43efd1a98a051dec /cad/pcb/Makefile | |
parent | 2071c80f2c0953bf9ed47b43844616227920d6dc (diff) | |
download | FreeBSD-ports-43beb3bb8af5e592ec1137f2b3e1cce797285f13.zip FreeBSD-ports-43beb3bb8af5e592ec1137f2b3e1cce797285f13.tar.gz |
Update to 1.7.3 and fix unfetchable distfile
PR: ports/53070
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
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 d2770a6..5f2da6e 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: |