freebsd-ports/graphics/geeqie/Makefile

58 lines
1.6 KiB
Makefile
Raw Normal View History

2013-02-28 17:41:43 +01:00
# Created by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
# $FreeBSD$
PORTNAME= geeqie
2016-05-29 14:37:45 +02:00
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.geeqie.org/
2009-08-03 16:27:55 +02:00
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Lightweight image viewer forked from GQview
2016-07-06 14:15:42 +02:00
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
USES= autoreconf gettext gmake jpeg localbase pkgconfig \
desktop-file-utils tar:xz lua:51
USE_GNOME= gtk30 intltool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readmedir="${DOCSDIR}"
PORTDOCS= *
OPTIONS_DEFINE= EXIV2 LCMS LIRC GPS TIFF DOCS
OPTIONS_DEFAULT=EXIV2 LCMS
2013-02-28 17:41:43 +01:00
EXIV2_DESC= Metadata editing
LCMS_DESC= Color adjusting
LIRC_DESC= Remote control
GPS_DESC= GPS map support via libchamplain (experimental!)
EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2
EXIV2_CONFIGURE_ENABLE= exiv2
LCMS_LIB_DEPENDS= liblcms2.so:graphics/lcms2
LCMS_CONFIGURE_ENABLE= lcms
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
LIRC_CONFIGURE_ENABLE= lirc
GPS_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain \
libclutter-gtk-1.0.so:graphics/clutter-gtk3
GPS_CONFIGURE_ENABLE= gps clutter
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
TIFF_CONFIGURE_ENABLE= tiff
post-patch:
@${REINPLACE_CMD} -e 's| -r %F||' ${WRKSRC}/geeqie.desktop.in
@${REINPLACE_CMD} -e '/readme_DATA/ s|COPYING||' ${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|' ${WRKSRC}/configure.in
# I cannot get gnome-doc-tool working properly: Outputs gibberish
@${REINPLACE_CMD} -Ee '/^(SUBDIRS|DIST_SUBDIRS)/ s|doc||' \
${WRKSRC}/Makefile.am
2013-02-28 17:41:43 +01:00
.include <bsd.port.mk>