pkgsrc/x11/gnome-python/Makefile

28 lines
625 B
Makefile
Raw Normal View History

2000-01-02 20:55:15 +01:00
# $NetBSD: Makefile,v 1.5 2000/01/02 19:55:15 tron Exp $
DISTNAME= gnome-python-1.0.50
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.daa.com.au/~james/gnome/
CONFLICTS+= py-gtk-*
GNU_CONFIGURE= yes
USE_X11= yes
USE_GMAKE= yes
.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
.endif
.include "../../mk/bsd.pkg.mk"