1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/gnofin/Makefile
Chris D. Faulhaber c483d63cb6 Update port to 0.7.1
* Significant code updates since the last port update
  (including an almost complete rewrite of the code
  base, plugin support, qif support, etc)
* Take over maintainership of this port (approved by
  previous maintainer)
2000-01-25 21:41:27 +00:00

28 lines
516 B
Makefile

# New ports collection makefile for: gnofin
# Version required: 0.5.10
# Date created: Sun Jul 18 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
DISTNAME= gnofin-0.7.1
CATEGORIES= deskutils
MASTER_SITES= http://download.sourceforge.net/gnofin/
MAINTAINER= jedgar@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
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>