1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/lodju/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

29 lines
644 B
Makefile

# New ports collection makefile for: lodju
# Date created: Fri Feb 08 10:50:01 PST 2002
# Whom: jylitalo@iki.fi
#
# $FreeBSD$
#
PORTNAME= lodju
PORTVERSION= 1.1
PORTREVISION= 7
CATEGORIES+= graphics
MASTER_SITES= http://liw.iki.fi/liw/lodju/tarballs/
MAINTAINER?= jylitalo@iki.fi
COMMENT?= An image management tool for the X Window System
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
LIB_DEPENDS= glade-gnome:${PORTSDIR}/x11-toolkits/rep-gtk
MAN1= lodju-create.1 lodju-gallery.1 lodju.1
MANCOMPRESSED= yes
USE_AUTOTOOLS= autoconf:261:env
HAS_CONFIGURE= yes
USE_GETTEXT= yes
USE_GNOME= gtk12 gdkpixbuf
.include <bsd.port.mk>