diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 00:30:12 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-14 00:30:12 +0800 |
commit | 007781a0755a23a3fce76d76bd49272a027b07d5 (patch) | |
tree | dbdcc0968ab3072bd8f69f90871a3f3afbc3f95a /print/libspectre/Makefile | |
parent | 9c9cbd28f2f5ffb32cb3fed6600866f839e9b2f6 (diff) | |
download | marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.tar marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.tar.gz marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.tar.bz2 marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.tar.lz marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.tar.xz marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.tar.zst marcuscom-ports-007781a0755a23a3fce76d76bd49272a027b07d5.zip |
A small library for rendering Postscript documents
WWW: http://libspectre.freedesktop.org/wiki/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10730 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libspectre/Makefile')
-rw-r--r-- | print/libspectre/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile new file mode 100644 index 000000000..5fbd7627b --- /dev/null +++ b/print/libspectre/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libspectre +# Date created: 2008-03-12 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= libspectre +PORTVERSION= 0.2.0 +CATEGORIES= print +MASTER_SITES= http://libspectre.freedesktop.org/releases/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A small library for rendering Postscript documents + +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo + +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack gnomeprefix ltverhack +USE_GHOSTSCRIPT=yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |