freebsd-ports/graphics/phototonic/Makefile
Rene Ladan c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00

27 lines
509 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= phototonic
PORTVERSION= 1.7.20
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Image viewer and organizer
LICENSE= GPLv3
LIB_DEPENDS= libexiv2.so: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>