2011-08-03 12:01:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.43 2011/08/03 10:01:25 drochner Exp $
|
2000-01-02 16:08:16 +01:00
|
|
|
#
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2000-01-02 16:08:16 +01:00
|
|
|
|
2002-09-11 12:12:38 +02:00
|
|
|
.include "Makefile.common"
|
|
|
|
|
2011-08-03 12:01:25 +02:00
|
|
|
PKGREVISION= 15
|
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:
|
2008-06-20 03:09:05 +02:00
|
|
|
${RM} ${DESTDIR}${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"
|