diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 08:30:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 08:30:53 +0000 |
commit | 1ac8ea2a1c1aee6c26ee6ee26898eb9818e003a9 (patch) | |
tree | 5788a3baf8190844a3e46f8b6474a778f6a16d00 /cad/pcb/Makefile | |
parent | 6553a05875ff3596e84cb1478139d1160c8de561 (diff) |
Upgrade, 1.2pl3 -> 1.4.
Submitted by: janek@gaja.ipan.lublin.pl
Notes
Notes:
svn path=/head/; revision=2885
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index a173cfa33442..187738c77038 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,22 +1,23 @@ # New ports collection makefile for: PCB -# Version required: 1.2 patchlevel 3 +# Version required: 1.4.0 # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.9 1995/04/11 20:13:02 asami Exp $ +# $Id: Makefile,v 1.10 1995/04/16 10:07:38 asami Exp $ # -DISTNAME= pcb-1.2.patch_03 -PKGNAME= pcb-1.2.3 +DISTNAME= pcb-1.4.0 CATEGORIES+= cad -MASTER_SITES= ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/ +MASTER_SITES= ftp://ftp.uni-ulm.de/pub/pcb/1.4/ EXTRACT_SUFX= .tar.gz -EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4 +MAINTAINER= janek@gaja.ipan.lublin.pl + +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + bison:${PORTSDIR}/devel/bison \ + /usr/local/bin/flex:${PORTSDIR}/devel/flex +# note we can't say "${PREFIX}/bin/flex" because this is an X port -MAKE_FLAGS= -f -MAKEFILE= makefile USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes .include <bsd.port.mk> |