7ad583a77b
x11/xrandr for native X11. Wouldn't work anyway.
34 lines
983 B
Makefile
34 lines
983 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/01/04 15:01:51 hauke Exp $
|
|
|
|
DISTNAME= arandr-0.1.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/
|
|
|
|
MAINTAINER= rga@sdf.lonestar.org
|
|
HOMEPAGE= http://christian.amsuess.com/tools/arandr/
|
|
COMMENT= Designed to provide a simple visual front end for XRandR
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${X11_TYPE} != "native"
|
|
DEPENDS+= xrandr>=1.2:../../x11/xrandr
|
|
.endif
|
|
|
|
PY_PATCHPLIST = YES
|
|
PYSETUP = setup.py
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, py-docutils
|
|
|
|
# Adjust setup.py
|
|
SUBST_CLASSES+= setup
|
|
SUBST_STAGE.setup= pre-configure
|
|
SUBST_MESSAGE.setup= Fixing ${PYSETUP}
|
|
SUBST_FILES.setup= ${PYSETUP}
|
|
SUBST_SED.setup+= -e 's,share/man/,${PKGMANDIR}/,g'
|
|
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|