2004-12-29 00:18:15 +01:00
|
|
|
# $NetBSD: Makefile,v 1.30 2004/12/28 23:18:21 reed Exp $
|
2000-01-02 16:08:16 +01:00
|
|
|
#
|
|
|
|
|
2002-09-11 12:12:38 +02:00
|
|
|
.include "Makefile.common"
|
|
|
|
|
2001-03-18 05:33:53 +01:00
|
|
|
PKGNAME= ${DISTNAME}
|
2004-12-29 00:18:15 +01:00
|
|
|
PKGREVISION= 4
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= The GNOME image loading library
|
2001-02-16 16:22:13 +01:00
|
|
|
|
2002-09-02 15:10:08 +02:00
|
|
|
# XXX hopefully there is no x.gnome-config.x in PATH
|
2000-11-29 18:24:52 +01:00
|
|
|
post-patch:
|
2002-09-02 15:10:08 +02:00
|
|
|
${SED} -e 's/gnome-config/x.gnome-config.x/g' \
|
2003-01-15 22:03:25 +01:00
|
|
|
${WRKSRC}/configure >${WRKSRC}/.tmp && \
|
|
|
|
${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure
|
|
|
|
${CHMOD} a+x ${WRKSRC}/configure
|
2001-03-04 19:27:34 +01:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
${SED} -e 's/ doc$$//' ${WRKSRC}/Makefile >${WRKSRC}/.tmp && \
|
|
|
|
${MV} ${WRKSRC}/.tmp ${WRKSRC}/Makefile
|
2000-11-26 20:55:39 +01:00
|
|
|
|
2000-10-18 01:59:59 +02:00
|
|
|
post-install:
|
|
|
|
${TEST} ${PREFIX} = ${LOCALBASE} || \
|
2000-11-29 18:24:52 +01:00
|
|
|
${LN} -fs ${PREFIX}/share/aclocal/gdk-pixbuf.m4 \
|
|
|
|
${LOCALBASE}/share/aclocal/gdk-pixbuf.m4
|
|
|
|
${RM} ${PREFIX}/lib/gnomecanvaspixbufConf.sh
|
2000-07-06 01:49:30 +02:00
|
|
|
|
2000-01-02 16:08:16 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|