1999-12-23 20:42:33 +00:00
|
|
|
# New ports collection makefile for: gnofin
|
2000-03-09 14:50:53 +00:00
|
|
|
# Version required: 0.7.10
|
1999-12-23 20:42:33 +00:00
|
|
|
# Date created: Sun Jul 18 1999
|
|
|
|
# Whom: domi@saargate.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-03-09 14:50:53 +00:00
|
|
|
DISTNAME= gnofin-0.7.10
|
1999-12-23 20:42:33 +00:00
|
|
|
CATEGORIES= deskutils
|
2000-01-25 21:41:27 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/gnofin/
|
1999-12-23 20:42:33 +00:00
|
|
|
|
2000-01-25 21:41:27 +00:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-12-23 20:42:33 +00:00
|
|
|
|
2000-01-31 03:55:34 +00:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
|
|
|
|
xml.5:${PORTSDIR}/textproc/libxml
|
1999-12-23 20:42:33 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= gnofin.1
|
|
|
|
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|