mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
5b88b2459b
This fixes false-positive leftover (files removed) warnings in Redports/QAT/Tinderbox. Note that some of these ports still have Orphans which I did not address. With hat: portmgr Spotted by: new 'check-plist'
37 lines
863 B
Makefile
37 lines
863 B
Makefile
# Created by: Sofian Brabez <sbz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= arandr
|
|
PORTVERSION= 0.1.7.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 deskutils
|
|
MASTER_SITES= http://christian.amsuess.com/tools/arandr/files/ \
|
|
LOCAL/${MAINTAINER:C/([^@]*)@.*/\1/}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Another XRandR GUI
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0.6:${PORTSDIR}/textproc/py-docutils
|
|
RUN_DEPENDS= xrandr>0:${PORTSDIR}/x11/xrandr \
|
|
${PYTHON_PKGNAMEPREFIX}gtk2>0:${PORTSDIR}/x11-toolkits/py-gtk2
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
USES+= gettext desktop-file-utils
|
|
|
|
PORTDOCS= ChangeLog NEWS README TODO
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -i '' 's#share/man#man#' ${WRKSRC}/${PYSETUP}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|