freebsd-ports/cad/gdsreader/Makefile
Hiroki Sato 17d2fbf5cb - Add LICENSE.
- Update MASTER_SITES and WWW: in pkg-plist.
- Use PORTEXAMPLES and OPTIONS_DEFINE=EXAMPLES.
2014-08-30 17:31:12 +00:00

26 lines
576 B
Makefile

# $FreeBSD$
PORTNAME= gdsreader
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= LOCAL/hrs
DISTNAME= GDSreader.${PORTVERSION}
MAINTAINER= hrs@FreeBSD.org
COMMENT= GDS2 stream file to Postscript and HP/GL converter
LICENSE= GPLv2
PORTDOCS= README README.povray ChangeLog
PORTEXAMPLES= layers.config test.gds layers.config.7HP.5ML \
layers.config.5AM.4ML
PLIST_FILES= bin/gdsreader bin/maptolayer \
man/man1/gdsreader.1.gz man/man1/maptolayer.1.gz
INSTALL_TARGET= install install-data install-docs
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>