mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2047d5926f
with the failure in pointhat. Change the prefix from X11BASE to LOCALBASE. Bump the PORTREVISION. Reported by: kris Discussed with: marcus
27 lines
621 B
Makefile
27 lines
621 B
Makefile
# New ports collection makefile for: gtkmm20-reference
|
|
# Date created: 09 May 2006
|
|
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/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:
|
|
.for d in docs examples
|
|
@cd ${WRKSRC}/${d} && ${GMAKE} install
|
|
.endfor
|
|
|
|
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
|