1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-toolkits/gtkmm20-reference/Makefile
Joe Marcus Clarke f4fc9c8d05 Fix the NOPORTDOCS cases.
Reported by:	QAT
2009-04-04 20:36:56 +00:00

29 lines
655 B
Makefile

# New ports collection makefile for: gtkmm20-reference
# Date created: 09 May 2006
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20
USE_GMAKE= yes
GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0
post-patch:
@${FIND} ${WRKSRC}/examples -name Makefile.in \
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
.if !defined(NOPORTDOCS)
.for d in docs examples
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"