blob: e054f1e4bae47a9646d9f2b8711e8cdf7114dab2 (
plain) (
tree)
|
|
# New ports collection makefile for: gnofin
# Version required: 0.8.0
# Date created: Sun Jul 18 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
DISTNAME= gnofin-0.8.0
CATEGORIES= deskutils
MASTER_SITES= http://download.sourceforge.net/gnofin/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
xml.5:${PORTSDIR}/textproc/libxml
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>
|