blob: 780ced64caf78e6457ae95722a6be504140fe9a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= gl2ps
PORTVERSION= 1.4.2
PORTREVISION= 1
CATEGORIES= print graphics
MASTER_SITES= http://www.geuz.org/gl2ps/src/
MAINTAINER= makc@FreeBSD.org
COMMENT= C library providing vector output for OpenGL applications
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
LIB_DEPENDS= libpng.so:graphics/png
USES= cmake gl tar:tgz
USE_GL= gl
USE_LDCONFIG= yes
PLIST_SUB= SHLIB_VER=${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|