freebsd-ports/graphics/libgxps/Makefile
2017-12-01 07:19:53 +00:00

24 lines
619 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= libgxps
PORTVERSION= 0.2.5
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject based library for rendering XPS documents
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libtiff.so:graphics/tiff \
libpng.so:graphics/png \
liblcms2.so:graphics/lcms2
USES= gettext gmake jpeg libtool libarchive localbase pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= cairo glib20 gnomeprefix introspection:build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>