freebsd-ports/textproc/libxml++26-reference/Makefile
Koop Mast 0b743289fc Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.

Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
2011-07-30 09:20:22 +00:00

24 lines
690 B
Makefile

# New ports collection makefile for: libxml++26-reference
# Date created: 03 April 2010
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/textproc/libxml++26-reference/Makefile,v 1.1 2010/04/03 16:21:50 avl Exp $
#
PORTREVISION= 0
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \
glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference
USE_GMAKE= yes
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/libxml++-2.6
do-install:
.if !defined(NOPORTDOCS)
@cd ${WRKSRC} && ${GMAKE} install-data-local install-dist_referenceDATA
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"