freebsd-ports/graphics/danpei/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

33 lines
725 B
Makefile

# Created by: Andrey V. Elsukov <bu7cher@yandex.ru>
# $FreeBSD$
PORTNAME= danpei
PORTVERSION= 2.9.7
PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= rum1cro@yandex.ru
COMMENT= Image Viewer for X Window System with thumbnail preview feature
LICENSE= GPLv2
LIB_DEPENDS= libpng.so:graphics/png
OPTIONS_DEFINE= IMAGEMAGICK
OPTIONS_DEFAULT=IMAGEMAGICK
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
USES= gettext
USE_GNOME= gtk12 gdkpixbuf
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --without-included-gettext
PLIST_FILES= bin/danpei \
share/locale/de/LC_MESSAGES/danpei.mo \
share/locale/ja/LC_MESSAGES/danpei.mo
.include <bsd.port.mk>