mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
4b974739d5
- Use upstream build system so the static library is no longer built with -fPIC, the shared library gets a proper version and SONAME, and flags like LDFLAGS are respected. - Drop dependency on libGLU and Xorg libraries. - Add LICENSE. - Update pkg-descr. PR: 223204 Approved by: maintainer timeout (2 weeks)
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# 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>
|