Tweak x11-toolkits/p5-Wx version 0.99.23_2
[dports.git] / x11-toolkits / pangoxsl / Makefile
1 # Created by: James Earl
2 # $FreeBSD$
3
4 PORTNAME=       pangoxsl
5 PORTVERSION=    1.6.0.3
6 PORTREVISION=   5
7 CATEGORIES=     x11-toolkits
8 MASTER_SITES=   SF/pangopdf/${PORTNAME}/${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Implements Pango library with a PDF backend for PDF output
12
13 USES=           gmake libtool pathfix pkgconfig
14 USE_GNOME=      pango
15 USE_LDCONFIG=   yes
16
17 GNU_CONFIGURE=  yes
18 CONFIGURE_ARGS= --disable-gtk-doc \
19                 --with-html-dir=${PREFIX}/share/doc
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22
23 OPTIONS_DEFINE= DOCS
24
25 .include <bsd.port.mk>