aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gdt/Makefile
blob: dfaef48f87fcdbf97bde250c325cd539300c6e85 (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
# New ports collection makefile for:    gdt
# Date created:             Sun, Apr 29 2007
# Whom:                 Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gdt
PORTVERSION=    1.0.1
CATEGORIES= cad
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gds2
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

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

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

.include <bsd.port.mk>