mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
85ad94b8c1
- Use shebangfix
30 lines
715 B
Makefile
30 lines
715 B
Makefile
# Created by: Hiroki Sato <hrs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GDS2
|
|
PORTVERSION= 3.00
|
|
CATEGORIES= cad perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.a$,a,}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= GDS2 - GDS2 stream module
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= modbuild
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.a$,,}
|
|
SHEBANG_FILES= Examples/*
|
|
PLIST_FILES= ${SITE_PERL_REL}/GDS2.pm \
|
|
${PROGRAMS:S,^,bin/,} %%PERL5_MAN3%%/GDS2.3.gz
|
|
|
|
PROGRAMS= gdsdump2gds modgds2 gdslayers testgds2 \
|
|
gdspath4topath0 testgdt
|
|
# XXX: gdsdump disabled for the moment
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${PROGRAMS:S,^,${WRKSRC}/Examples/,} \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|