2000-01-02 20:55:15 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2000/01/02 19:55:15 tron Exp $
|
1999-11-20 21:17:47 +01:00
|
|
|
|
|
|
|
DISTNAME= gnome-python-1.0.50
|
|
|
|
CATEGORIES= x11 gnome
|
2000-01-02 19:11:22 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/}
|
1999-11-20 21:17:47 +01:00
|
|
|
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
|
|
HOMEPAGE= http://www.daa.com.au/~james/gnome/
|
|
|
|
|
2000-01-02 19:11:22 +01:00
|
|
|
CONFLICTS+= py-gtk-*
|
1999-11-20 21:17:47 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_X11= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1999-11-21 20:53:20 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if (${OBJECT_FMT} == a.out)
|
|
|
|
post-configure:
|
2000-01-02 20:55:15 +01:00
|
|
|
.for DIR in pygtk pygnome
|
|
|
|
${MV} ${WRKSRC}/${DIR}/Makefile ${WRKSRC}/${DIR}/Makefile.old
|
|
|
|
${SED} -e 's#-Wl,-R#-R#g' ${WRKSRC}/${DIR}/Makefile.old \
|
|
|
|
>${WRKSRC}/${DIR}/Makefile
|
|
|
|
.endfor
|
1999-11-21 20:53:20 +01:00
|
|
|
.endif
|
|
|
|
|
1999-11-20 21:17:47 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|