aboutsummaryrefslogtreecommitdiffstats
path: root/print/gl2ps/Makefile
blob: e176072ddf1d808de797132370e1795fd846f39e (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
# Created by: Igor Pokrovsky <tiamat@comset.net>
# $FreeBSD$

PORTNAME=   gl2ps
PORTVERSION=    1.4.0
CATEGORIES= print graphics
MASTER_SITES=   http://www.geuz.org/gl2ps/src/

MAINTAINER= araujo@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:outsource tar:tgz
USE_GL=     gl
USE_LDCONFIG=   yes
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>