1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/danpei/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- 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
2014-09-13 15:11:27 +00:00

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>