29 lines
663 B
Makefile
29 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.6 2000/01/05 17:09:16 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/
|
|
|
|
DEPENDS+= python-*:../../lang/python
|
|
|
|
CONFLICTS+= py-gtk-*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if (${OBJECT_FMT} == a.out)
|
|
post-configure:
|
|
.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"
|