mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
23 lines
407 B
Makefile
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
|
|
|