f61444b07a
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]
21 lines
515 B
Makefile
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"
|