407cec236f
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
25 lines
448 B
Makefile
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>
|