ports/deskutils/syncthing-gtk/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
576 B
Makefile

# $FreeBSD$
PORTNAME= syncthing-gtk
PORTVERSION= 0.8.2
DISTVERSIONPREFIX= v
CATEGORIES= deskutils python
MAINTAINER= bsd@abinet.ru
COMMENT= Python based GUI for Syncthing
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil
USE_GITHUB= yes
GH_ACCOUNT= syncthing
USES= python:2
USE_PYTHON= autoplist distutils
USE_GNOME= gtk30 pygobject3
INSTALLS_ICONS= yes
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/syncthing-gtk.desktop \
${WRKSRC}/syncthing_gtk/configuration.py
.include <bsd.port.mk>