mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
34 lines
751 B
Makefile
34 lines
751 B
Makefile
# Created by: Andrey V. Elsukov <bu7cher@yandex.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= danpei
|
|
PORTVERSION= 2.9.7
|
|
PORTREVISION= 11
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= rum1cro@yandex.ru
|
|
COMMENT= Image Viewer for X Window System with thumbnail preview feature
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpng15.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>
|