summaryrefslogtreecommitdiff
path: root/cad/gdt/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-08-22 15:16:55 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-08-22 15:16:55 +0000
commitd53d2cb29466edd3a53a6ccb3c258a8069d0e664 (patch)
treee51156941c2ba7dcf17594dcbaa4592850be3e52 /cad/gdt/Makefile
parentUpdate to timelimit-1.2. (diff)
Update to 3.0.2.
Notes
Notes: svn path=/head/; revision=218995
Diffstat (limited to 'cad/gdt/Makefile')
-rw-r--r--cad/gdt/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/cad/gdt/Makefile b/cad/gdt/Makefile
index d1c2c87a4e34..160eaff05fe7 100644
--- a/cad/gdt/Makefile
+++ b/cad/gdt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gdt
-PORTVERSION= 2.0.3
+PORTVERSION= 3.0.2
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gds2
@@ -17,16 +17,20 @@ COMMENT= GDS2/GDT format translator
USE_PERL5_RUN= yes
WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION}
-PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds
+PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds
post-patch:
${REINPLACE_CMD} 's,^#!/usr/bin/perl,#!${PERL},' \
- ${WRKSRC}/Examples/gdsinfo
+ ${WRKSRC}/Examples/gdsinfo \
+ ${WRKSRC}/Examples/scalegds
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/Examples/gdsinfo ${PREFIX}/bin
+ ${INSTALL_SCRIPT} \
+ ${WRKSRC}/Examples/gdsinfo \
+ ${WRKSRC}/Examples/scalegds \
+ ${PREFIX}/bin
.include <bsd.port.mk>