a8784c4a7f
py-xml is indeed required per gbottler docs, but api's it's rely on are in standard python library since python 2.0, so just drop the dependency. It starts fine, connects somewhere successfully etc without py-xml. While here add NO_ARCH and limit python version to 2.x because of pygtk2. It may worth to move it japanese/ because UI is single language (Japanese).
18 lines
332 B
Makefile
18 lines
332 B
Makefile
# Created by: UMENO Takashi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gbottler
|
|
PORTVERSION= 0.1.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SFJP/gbottler/45155
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SSTP Bottle client
|
|
|
|
NO_ARCH= yes
|
|
USES= gettext-tools gmake python:2
|
|
USE_GNOME= pygtk2
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|