aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gdt/Makefile
blob: 3806959b86f4d8893c6677fb727a121199cc28ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    gdt
# Date created:             Sun, Apr 29 2007
# Whom:                 Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gdt
PORTVERSION=    3.0.2
CATEGORIES= cad
MASTER_SITES=   SF/gds2/gds2/GDT-${PORTVERSION}
DISTNAME=   ${PORTNAME:U}-${PORTVERSION}

MAINTAINER= hrs@FreeBSD.org
COMMENT=    GDS2/GDT format translator

USE_PERL5_RUN=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME:U}-${PORTVERSION}
PLIST_FILES=    bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds

post-patch:
    ${REINPLACE_CMD} 's,^#!/usr/bin/perl,#!${PERL},' \
        ${WRKSRC}/Examples/gdsinfo \
        ${WRKSRC}/Examples/scalegds

pre-build:
    ${CP} ${FILESDIR}/Makefile ${WRKSRC}

post-install:
    ${INSTALL_SCRIPT} \
        ${WRKSRC}/Examples/gdsinfo \
        ${WRKSRC}/Examples/scalegds \
        ${PREFIX}/bin

.include <bsd.port.mk>