32f916b07a
include buildlink2.mk files from there.
25 lines
706 B
Makefile
25 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.24 2002/09/11 10:12:38 jlam Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
COMMENT= the GNOME image loading library
|
|
|
|
# XXX hopefully there is no x.gnome-config.x in PATH
|
|
post-patch:
|
|
${SED} -e 's/gnome-config/x.gnome-config.x/g' \
|
|
${WRKSRC}/configure.in >${WRKSRC}/.tmp && \
|
|
${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure.in
|
|
|
|
post-configure:
|
|
${SED} -e 's/ doc$$//' ${WRKSRC}/Makefile >${WRKSRC}/.tmp && \
|
|
${MV} ${WRKSRC}/.tmp ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
${TEST} ${PREFIX} = ${LOCALBASE} || \
|
|
${LN} -fs ${PREFIX}/share/aclocal/gdk-pixbuf.m4 \
|
|
${LOCALBASE}/share/aclocal/gdk-pixbuf.m4
|
|
${RM} ${PREFIX}/lib/gnomecanvaspixbufConf.sh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|