2007-08-10 22:43:17 +02:00
|
|
|
# $NetBSD: Makefile,v 1.36 2007/08/10 20:43:17 gdt Exp $
|
2000-01-02 16:08:16 +01:00
|
|
|
#
|
|
|
|
|
2002-09-11 12:12:38 +02:00
|
|
|
.include "Makefile.common"
|
|
|
|
|
2007-08-10 22:43:17 +02:00
|
|
|
PKGREVISION= 9
|
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"
|