aboutsummaryrefslogtreecommitdiff
path: root/cad/gdsreader/Makefile
blob: ecce08bc5a73184e6c3996f39eaa99c3aeff4eb9 (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
# Ports collection makefile for:  gdsreader
# Date created:			  Sat, Apr 28, 2007
# Whom:				  Hiroki Sato <hrs@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gdsreader
PORTVERSION=	0.3.2
CATEGORIES=	cad
MASTER_SITES=	http://home.netcom.com/~serbanp/
DISTNAME=	GDSreader.${PORTVERSION}

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	GDS2 stream file to Postscript and HP/GL converter

MAN1=		gdsreader.1 maptolayer.1
PORTDOCS=	README README.povray ChangeLog
EXFILES=	layers.config test.gds layers.config.7HP.5ML \
		layers.config.5AM.4ML
PLIST_FILES=	bin/gdsreader bin/maptolayer \
		${EXFILES:S,^,${EXAMPLESDIR_REL}/,}
PLIST_DIRS=	${EXAMPLESDIR_REL}

post-install:
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data
.if !defined(NOPORTDOCS)
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-docs
.endif

.include <bsd.port.mk>