1999-12-23 20:42:33 +00:00
|
|
|
# New ports collection makefile for: gnofin
|
|
|
|
# Date created: Sun Jul 18 1999
|
|
|
|
# Whom: domi@saargate.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= gnofin
|
|
|
|
PORTVERSION= 0.8.0
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
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-06-01 16:25:45 +00:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
2000-01-31 03:55:34 +00:00
|
|
|
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>
|