diff options
author | jseger <jseger@FreeBSD.org> | 1998-01-29 22:43:50 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-01-29 22:43:50 +0800 |
commit | 58d85f6f52bb1b79385d78af29ac155cad0f2dc1 (patch) | |
tree | 7912c0881ba8bce486a54d7d86f6b56d02d0942d /cad/pcb/Makefile | |
parent | f1da735d4896d0903ca20faf1707cf938a80c207 (diff) | |
download | freebsd-ports-gnome-58d85f6f52bb1b79385d78af29ac155cad0f2dc1.tar.gz freebsd-ports-gnome-58d85f6f52bb1b79385d78af29ac155cad0f2dc1.tar.zst freebsd-ports-gnome-58d85f6f52bb1b79385d78af29ac155cad0f2dc1.zip |
Upgrade to version 1.5.5 and make myself MAINTAINER. Old MAINTAINER didn't
respond to any emails.
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index e51d94bf3283..f6011b6a528b 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,27 +1,27 @@ # New ports collection makefile for: PCB -# Version required: 1.4.0 +# Version required: 1.5.5 beta # Date created: 19 October 1994 # Whom: mr # -# $Id: Makefile,v 1.15 1996/11/15 23:30:59 obrien Exp $ +# $Id: Makefile,v 1.16 1997/05/30 20:38:25 max Exp $ # -DISTNAME= pcb-1.4.0 +DISTNAME= pcb-1.5.5.BETA +PKGNAME= pcb-1.5.5 CATEGORIES= cad -MASTER_SITES= ftp://ftp.uni-ulm.de/pub/pcb/1.4/ +MASTER_SITES= ftp://ftp.uni-ulm.de/pub/pcb/1.5/ +EXTRACT_SUFX= .tgz -MAINTAINER= janek@gaja.ipan.lublin.pl +MAINTAINER= jseger@FreeBSD.org -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + texindex:${PORTSDIR}/print/teTeX USE_IMAKE= yes MAN1= pcb.1 MANCOMPRESSED= yes -DOCDIR= ${LOCALBASE}/share/doc/pcb -post-install: - @${MKDIR} ${DOCDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR} - @${INSTALL_DATA} ${WRKSRC}/README_FILES/* ${DOCDIR} +pre-install: + @${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src .include <bsd.port.mk> |