opnsense-ports/graphics/libgxps/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

25 lines
644 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= libgxps
PORTVERSION= 0.2.3.2
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 \
liblcms2.so:graphics/lcms2
USES= gettext gmake jpeg libtool libarchive pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= cairo gnomeprefix glib20 intlhack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-introspection \
--disable-compile-warnings
INSTALL_TARGET= install-strip
.include <bsd.port.mk>