e117eda090
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
27 lines
749 B
Makefile
27 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.30 2004/12/28 23:18:21 reed Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME}
|
|
PKGREVISION= 4
|
|
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 >${WRKSRC}/.tmp && \
|
|
${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure
|
|
${CHMOD} a+x ${WRKSRC}/configure
|
|
|
|
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"
|