2000-07-24 17:48:23 +02:00
|
|
|
# New ports collection makefile for: pythoong
|
2000-11-01 16:51:11 +01:00
|
|
|
# Date created: 24 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-07-24 17:48:23 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pythoong
|
2001-02-05 15:51:45 +01:00
|
|
|
PORTVERSION= 0.99
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-07-24 17:48:23 +02:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= http://perso.wanadoo.fr/christophe.cressend/tarballs/
|
|
|
|
|
2003-02-20 18:57:03 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:17:25 +01:00
|
|
|
COMMENT= A snake-like game written for Gnome desktop
|
2000-07-24 17:48:23 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= xbmtopbm:${PORTSDIR}/graphics/netpbm
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2003-02-20 18:57:03 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
2000-07-24 17:48:23 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:10:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-07-24 17:48:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|