e37918bf5d
- Drop @dirrm* from plist
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Created by: UMENO Takashi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gbottler
|
|
PORTVERSION= 0.1.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= SFJP/gbottler/45155
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SSTP Bottle client
|
|
|
|
RUN_DEPENDS= ${PYXML}
|
|
|
|
USES= gettext-tools gmake python
|
|
USE_GNOME= pygtk2
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|