2002-09-10 15:15:06 +02:00
|
|
|
# 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
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 2
|
2002-09-10 15:15:06 +02:00
|
|
|
CATEGORIES+= graphics
|
|
|
|
MASTER_SITES= http://liw.iki.fi/liw/lodju/tarballs/
|
|
|
|
|
|
|
|
MAINTAINER?= jylitalo@iki.fi
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT?= An image management tool for the X Window System
|
2002-09-10 15:15:06 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
2004-06-04 19:29:38 +02:00
|
|
|
BUILD_DEPENDS= gtk12-config:${PORTSDIR}/x11-toolkits/gtk12
|
2002-11-03 10:10:04 +01:00
|
|
|
LIB_DEPENDS= glade-gnome:${PORTSDIR}/x11-toolkits/rep-gtk \
|
2002-09-10 15:15:06 +02:00
|
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
|
|
|
|
|
|
|
MAN1= lodju-create.1 lodju-gallery.1 lodju.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2004-06-04 19:29:38 +02:00
|
|
|
WANT_AUTOCONF_VER=253
|
2002-09-10 15:15:06 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2002-09-10 15:15:06 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|