freebsd-ports/x11-toolkits/gtk20-reference/Makefile
Koop Mast f61444b07a Update to 2.4.22.
USE_GNOME=gnomehack ->USES=pathfix.
Stageify, use new LIB_DEPEND syntax, switch to libtool less ltverhack.
Merge new gtk-query-immodules handling from gtk30 ports in our dev repo [1]

Obtained from:	FreeBSD gnome dev repo [1]
2013-12-14 19:25:33 +00:00

21 lines
515 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
BOOKS= gdk gtk
do-install:
.for d in ${BOOKS}
if [ -d ${REFERENCE_SRC}/${d}/html ]; then \
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}2; \
cd ${REFERENCE_SRC}/${d}/html && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}2; \
fi
.endfor
# overwrite this from bsd.port.mk, because we not don't honor DOCSDIR
add-plist-docs:
@${DO_NADA}
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"