diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-14 12:41:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-14 12:41:38 +0000 |
commit | 634fd57ed1c3ddc6cf59f968303d7584d4555778 (patch) | |
tree | 2b267a832d6c761aca7c06f9d054e7970df5716e /cad/xcircuit/Makefile | |
parent | 35340321b76a57134de9dd71387da344ac796833 (diff) |
Notes
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index c47f1a3a4d3d..f960ef5c7528 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ @@ -15,12 +15,14 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 USE_BZIP2= yes -USE_IMAKE= yes USE_XPM= yes +USE_IMAKE= yes XMKMF= xmkmf MAN1= xcircuit.1 +post-patch: + @find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|__DARWIN__|__STDC__|g" post-install: @${MKDIR} ${PREFIX}/share/examples/xcircuit ${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \ |