2005-01-10 00:10:59 +01:00
|
|
|
# New ports collection makefile for: pangoxsl
|
|
|
|
# Date created: 1 January 2005
|
|
|
|
# Whom: James Earl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pangoxsl
|
2006-07-01 01:12:40 +02:00
|
|
|
PORTVERSION= 1.6.0.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2005-01-10 00:10:59 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/pangopdf/${PORTNAME}/${PORTVERSION}
|
2005-01-10 00:10:59 +01:00
|
|
|
|
2006-07-01 01:33:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-10 00:10:59 +01:00
|
|
|
COMMENT= Implements Pango library with a PDF backend for PDF output
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack pango
|
2006-08-15 03:13:42 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2005-01-10 00:10:59 +01:00
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
|
|
--with-html-dir=${PREFIX}/share/doc
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-01-10 00:10:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|