diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-20 21:43:03 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-20 21:43:03 +0000 |
commit | b036946869787fd622cd7d6ffd6933a720f82b41 (patch) | |
tree | f72af843fc35e21a86596b1483f35513ad981b19 /cad/xcircuit/Makefile | |
parent | f739578c1212be6928944ff1a90cd406dcf26843 (diff) | |
download | FreeBSD-ports-b036946869787fd622cd7d6ffd6933a720f82b41.zip FreeBSD-ports-b036946869787fd622cd7d6ffd6933a720f82b41.tar.gz |
Update port to 2.0b4
PR: 17459
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 44eb77a..dd4c19b 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xcircuit -# Version required: 2.0b3 +# Version required: 2.0b4 # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= xcircuit-2.0b3 +DISTNAME= xcircuit-2.0b4 CATEGORIES= cad MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ \ http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ @@ -14,6 +14,7 @@ MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ \ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 USE_BZIP2= yes USE_IMAKE= yes @@ -21,6 +22,9 @@ XMKMF= xmkmf MAN1= xcircuit.1 +post-patch: + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Imakefile + post-install: @${MKDIR} ${PREFIX}/share/examples/xcircuit ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/xcircuit |