freebsd-ports/graphics/phototonic/Makefile
Olivier Duchateau 2ed3b91c0e Phototonic is a fast and functional image viewer and organizer, inspired
by the traditional image viewer design (i.e. thumbnails and viewer
layouts).

WWW: http://oferkv.github.io/phototonic/
2015-12-01 19:43:02 +00:00

26 lines
505 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= phototonic
PORTVERSION= 1.7
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Image viewer and organizer
LICENSE= GPLv3
LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2
USE_GITHUB= yes
GH_ACCOUNT= oferkv
USES= desktop-file-utils gettext qmake
USE_QT5= buildtools_build imageformats svg widgets
post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/phototonic.pro
.include <bsd.port.mk>