Update audio/kid3-kde4 to version 3.1_3
[dports.git] / graphics / danpei / Makefile
1 # Created by: Andrey V. Elsukov <bu7cher@yandex.ru>
2 # $FreeBSD$
3
4 PORTNAME=       danpei
5 PORTVERSION=    2.9.7
6 PORTREVISION=   11
7 CATEGORIES=     graphics
8 MASTER_SITES=   SF
9
10 MAINTAINER=     rum1cro@yandex.ru
11 COMMENT=        Image Viewer for X Window System with thumbnail preview feature
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libpng15.so:${PORTSDIR}/graphics/png
16
17 OPTIONS_DEFINE= IMAGEMAGICK
18 OPTIONS_DEFAULT=IMAGEMAGICK
19
20 IMAGEMAGICK_RUN_DEPENDS=        convert:${PORTSDIR}/graphics/ImageMagick
21
22 USES=           gettext
23 USE_GNOME=      gtk12 gdkpixbuf
24 GNU_CONFIGURE=  yes
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LIBS+=          -L${LOCALBASE}/lib
27 CONFIGURE_ARGS+=        --without-included-gettext
28
29 PLIST_FILES=    bin/danpei \
30                 share/locale/de/LC_MESSAGES/danpei.mo \
31                 share/locale/ja/LC_MESSAGES/danpei.mo
32
33 .include <bsd.port.mk>