Bump print/pdf-tools to version 0.80.79_1
[dports.git] / print / gl2ps / Makefile
1 # Created by: Igor Pokrovsky <tiamat@comset.net>
2 # $FreeBSD$
3
4 PORTNAME=       gl2ps
5 PORTVERSION=    1.4.0
6 CATEGORIES=     print graphics
7 MASTER_SITES=   http://www.geuz.org/gl2ps/src/
8
9 MAINTAINER=     araujo@FreeBSD.org
10 COMMENT=        C library providing vector output for OpenGL applications
11
12 LICENSE=        LGPL20+
13 LICENSE_FILE=   ${WRKSRC}/COPYING.LGPL
14
15 LIB_DEPENDS=    libpng.so:graphics/png
16
17 USES=           cmake:outsource tar:tgz
18 USE_GL=         gl
19 USE_LDCONFIG=   yes
20 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
21
22 OPTIONS_DEFINE= DOCS
23
24 .include <bsd.port.mk>