aboutsummaryrefslogtreecommitdiff
path: root/finance/gnofin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnofin/Makefile')
-rw-r--r--finance/gnofin/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile
deleted file mode 100644
index 39d1026710b1..000000000000
--- a/finance/gnofin/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: gnofin
-# Date created: Sun Jul 18 1999
-# Whom: domi@saargate.de
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnofin
-PORTVERSION= 0.8.0
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= jedgar@FreeBSD.org
-
-LIB_DEPENDS= gnome.4:${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>