mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d49261f331
- Make portclippy/portfmt happy - Use autoplist instead of pkg-plist PR: 245718 Approved by: maintainer timeout (nivit, 36 days)
58 lines
1.9 KiB
Makefile
58 lines
1.9 KiB
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= variety
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Wallpaper changer
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:devel/py-python-distutils-extra@${PY_FLAVOR}
|
|
LIB_DEPENDS= libgexiv2.so:graphics/gexiv2 \
|
|
libnotify.so:devel/libnotify
|
|
RUN_DEPENDS= ${PY_PILLOW} \
|
|
${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cairo>=1.10.0:graphics/py-cairo@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1_1:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}httplib2>=0.9:www/py-httplib2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1_1:devel/py-lxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|
bash>=4.3.33:shells/bash \
|
|
ca_root_nss>=3.17.4:security/ca_root_nss \
|
|
coreutils>=8.23:sysutils/coreutils \
|
|
ImageMagick6>=6.9.0.4,1:graphics/ImageMagick6 \
|
|
yelp>=3.14.1:x11/yelp
|
|
|
|
USES= desktop-file-utils gettext-tools gnome python:3.5+ shebangfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= varietywalls
|
|
USE_GNOME= gdkpixbuf2 gtk30 intltool pygobject3:run
|
|
INSTALLS_ICONS= yes
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
|
|
SHEBANG_FILES= bin/variety data/scripts/*
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC} && ${REINPLACE_CMD} \
|
|
-i '' \
|
|
-E -e 's,%%LOCALBASE%%,${LOCALBASE},1' \
|
|
-e 's,%%PREFIX%%,${PREFIX},1' \
|
|
-e 's,/usr(/share/backgrounds),${LOCALBASE}\1,1' \
|
|
data/config/variety.conf po/*.po* \
|
|
data/ui/PreferencesVarietyDialog.ui \
|
|
variety/Options.py variety/ThumbsWindow.py \
|
|
variety/__init__.py variety/VarietyWindow.py)
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
# PYDISTUTILS_INSTALLNOSINGLE is deprecated so...
|
|
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
|
|
|
|
.include <bsd.port.post.mk>
|