Files
bsdports/graph/libspectre/Makefile
2019-12-26 07:26:06 +00:00

23 lines
407 B
Makefile

#
# $Id$
#
PORTNAME= libspectre
PORTVERSION= 0.2.7
CATEGORIES= print
MASTER_SITES= http://libspectre.freedesktop.org/releases/
MAINTAINER= onborodin@gmail.com
COMMENT= A small library for rendering Postscript documents
LIB_DEPENDS+= libgs.so:print/ghostscript
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES+= gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
#EOF