mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
400 B
Makefile
24 lines
400 B
Makefile
# Created by: UMENO Takashi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gbottler
|
|
PORTVERSION= 0.1.7
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|