aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml++26-reference/Makefile
blob: 5056c0b87fd4b4ee4de2df982d79c38ba42a30e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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:textproc/libxml++26 \
		glibmm-reference>=0:devel/glibmm-reference

USES=		gmake pkgconfig
GNU_CONFIGURE=	yes

DOCSDIR=	${PREFIX}/share/doc/libxml++-2.6

do-install:
	@cd ${WRKSRC} && ${MAKE_CMD} ${MAKE_ARGS} install-data-local install-dist_referenceDATA

.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"