diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-05-05 13:55:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-05-05 13:55:06 +0000 |
commit | dcabce7672ff7fc8cc81822107a45a6adcad99bc (patch) | |
tree | ba8aa18605d4d47cb1fa50e3b3f1104e4f5c18af /x11-wm/obkey/Makefile | |
parent | c49d581f246a04a29f8a2bcfda7e6d3c7b196b8d (diff) | |
download | ports-dcabce7672ff7fc8cc81822107a45a6adcad99bc.tar.gz ports-dcabce7672ff7fc8cc81822107a45a6adcad99bc.zip |
Notes
Diffstat (limited to 'x11-wm/obkey/Makefile')
-rw-r--r-- | x11-wm/obkey/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-wm/obkey/Makefile b/x11-wm/obkey/Makefile index 4bb2ba42c222..b4b1cf9a40d9 100644 --- a/x11-wm/obkey/Makefile +++ b/x11-wm/obkey/Makefile @@ -3,22 +3,23 @@ PORTNAME= obkey PORTVERSION= 1.0 +PORTREVISION= 1 +DISTVERSIONPREFIX= v CATEGORIES= x11-wm python -MASTER_SITES= GOOGLE_CODE + +USE_GITHUB= yes +GH_ACCOUNT= nsf MAINTAINER= ports@FreeBSD.org COMMENT= Openbox hotkey editor, written in Python and PyGTK LICENSE= MIT -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - RUN_DEPENDS= py27-gtk2>=2.14:x11-toolkits/py-gtk2 -USES= gettext python +USES= desktop-file-utils gettext python USE_PYTHON= distutils +NO_ARCH= yes PORTDOCS= NEWS |