blob: eef79d168618ebca072262c88cb109a514686629 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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:${PORTSDIR}/graphics/png
OPTIONS_DEFINE= IMAGEMAGICK
OPTIONS_DEFAULT=IMAGEMAGICK
IMAGEMAGICK_RUN_DEPENDS= convert:${PORTSDIR}/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>
|