54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
28 lines
644 B
Makefile
28 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= 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
|
|
|
|
USE_AUTOTOOLS= autoconf:253:env
|
|
HAS_CONFIGURE= yes
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk12 gdkpixbuf
|
|
|
|
.include <bsd.port.mk>
|