mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
753 B
Makefile
31 lines
753 B
Makefile
# ports collection makefile for: danpei
|
|
# Date created: 4 Fev 2005
|
|
# Whom: Andrey V. Elsukov <bu7cher@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= danpei
|
|
PORTVERSION= 2.9.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= danpei
|
|
|
|
MAINTAINER= bu7cher@yandex.ru
|
|
COMMENT= Image Viewer for X Window System with thumbnail preview feature
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
.if !defined(WITHOUT_IMAGEMAGICK)
|
|
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
|
|
.endif
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk12 gdkpixbuf
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
|
|
.include <bsd.port.mk>
|