blob: 84deff24d9400aaa62562410ca62887120049d3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= 2
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
WANT_AUTOCONF_VER=253
HAS_CONFIGURE= yes
USE_GETTEXT= yes
USE_GNOME= gtk12 gdkpixbuf
.include <bsd.port.mk>
|