blob: fddf67bce10637185dcbc46f001e96bda2cefafd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: libxslt-reference
# Date created: 09 May 2006
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../libxslt:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
USE_GMAKE= yes
do-install:
@cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|