1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/graphics/lodju/Makefile
Joe Marcus Clarke 186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00

32 lines
778 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= 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
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
gtk12-config:${PORTSDIR}/x11-toolkits/gtk12
LIB_DEPENDS= glade-gnome:${PORTSDIR}/x11-toolkits/rep-gtk \
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
MAN1= lodju-create.1 lodju-gallery.1 lodju.1
MANCOMPRESSED= yes
AUTOCONF= autoconf
GNU_AUTOCONF= yes
HAS_CONFIGURE= yes
USE_GETTEXT= yes
.include <bsd.port.mk>