aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxslt-reference/Makefile
blob: 1f318e966b59eec818e50444ff74eb8f5e1d06a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$

PORTREVISION=	0

BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure

PARENT_WRKSRC!=	cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USE_GMAKE=	yes

NO_STAGE=	yes
do-install:
.if !defined(NOPORTDOCS)
	@cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
.endif

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