freebsd-ports/games/gbottler/Makefile
Ruslan Makhmatkhanov 407cec236f - remove conditional for python < 2.4 (we haven't them in ports tree
anyway and japanese/pycodec is deprecated)
- change dependency on textproc/py-xml with ${PYXML}
- change dependency on x11-toolkits/py-gtk2 with USE_GNOME= pygtk2

PR:             ports/162086
Submitted by:   rm (myself)
Approved by:    maintainer (timeout - 2+ weeks), novel (mentor)
Feature safe:   yes
2011-11-14 23:44:50 +00:00

25 lines
448 B
Makefile

# New ports collection makefile for: gbottler
# Date created: 3 Apr 2004
# Whom: UMENO Takashi
#
# $FreeBSD$
#
PORTNAME= gbottler
PORTVERSION= 0.1.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= gbottler/45155
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= SSTP Bottle client
RUN_DEPENDS= ${PYXML}
PLIST_SUB= VERSION=${PORTVERSION}
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_GMAKE= yes
.include <bsd.port.mk>