2005-02-05 20:47:25 +01:00
|
|
|
# ports collection makefile for: danpei
|
|
|
|
# Date created: 4 Fev 2005
|
|
|
|
# Whom: Andrey V. Elsukov <bu7cher@yandex.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= danpei
|
2005-10-13 13:29:28 +02:00
|
|
|
PORTVERSION= 2.9.7
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 9
|
2005-02-05 20:47:25 +01:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
2005-02-05 20:47:25 +01:00
|
|
|
|
|
|
|
MAINTAINER= bu7cher@yandex.ru
|
|
|
|
COMMENT= Image Viewer for X Window System with thumbnail preview feature
|
|
|
|
|
2010-03-28 08:47:48 +02:00
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
|
2005-02-05 20:47:25 +01:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_IMAGEMAGICK)
|
|
|
|
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
.endif
|
|
|
|
|
2005-10-13 13:29:28 +02:00
|
|
|
USE_GETTEXT= yes
|
2005-02-05 20:47:25 +01:00
|
|
|
USE_GNOME= gtk12 gdkpixbuf
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2005-10-13 13:29:28 +02:00
|
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
2005-02-05 20:47:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|