blob: 8b36c25ea0e3739ed916d77388f536dab6bf61d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: libxml++26-reference
# Date created: 03 April 2010
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
#
PORTREVISION= 0
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc:${PORTSDIR}/textproc/libxml++26 \
${LOCALBASE}/share/glibmm-2.4/doctool/doc-install.pl:${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"
|