freebsd-ports/x11-wm/qtile/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

38 lines
787 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= qtile
PORTVERSION= 0.6
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= wg@FreeBSD.org
COMMENT= Small, flexible, scriptable tiling window manager written in Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xpyb>0:${PORTSDIR}/x11/xpyb \
${PYTHON_PKGNAMEPREFIX}cairo>0:${PORTSDIR}/graphics/py-cairo
USE_GITHUB= yes
GH_ACCOUNT= qtile
USE_GNOME= pygobject pygtk2
USES= python
USE_PYTHON= distutils autoplist
PORTDOCS= CHANGELOG INSTALL.rst README.rst
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>