Files
ports/print/gl2ps/Makefile
T
Max Brazhnikov 15f2dc27d7 print/gl2ps:
- Update to 1.4.2
- Regenerate patch and use plist substitution to reduce diff on future updates
2021-01-18 09:36:23 +00:00

25 lines
495 B
Makefile

# Created by: Igor Pokrovsky <tiamat@comset.net>
# $FreeBSD$
PORTNAME= gl2ps
PORTVERSION= 1.4.2
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>