2000-07-24 15:48:23 +00:00
|
|
|
# New ports collection makefile for: pythoong
|
2000-11-01 15:51:11 +00:00
|
|
|
# Date created: 24 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-24 15:48:23 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pythoong
|
|
|
|
PORTVERSION= 0.99
|
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= http://perso.wanadoo.fr/christophe.cressend/tarballs/
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xbmtopbm:${PORTSDIR}/graphics/netpbm
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_GNOME= yes
|
2000-07-24 15:48:23 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-07-24 15:48:23 +00:00
|
|
|
|
2000-10-05 07:10:50 +00:00
|
|
|
pre-patch:
|
2000-07-24 15:48:23 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
2000-10-05 07:10:50 +00:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
2000-07-24 15:48:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|