mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
b3b6cbfbdc
Approved by: portmgr (blanket)
24 lines
575 B
Makefile
24 lines
575 B
Makefile
PORTNAME= gdsreader
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 2
|
|
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 \
|
|
share/man/man1/gdsreader.1.gz share/man/man1/maptolayer.1.gz
|
|
|
|
INSTALL_TARGET= install install-data install-docs
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
.include <bsd.port.mk>
|