aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gtm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/gtm/Makefile')
-rw-r--r--ftp/gtm/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile
deleted file mode 100644
index 763310748225..000000000000
--- a/ftp/gtm/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Ports collection Makefile for: gtm
-# Date created: 05/28/1999
-# Whom: nectar@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtm
-PORTVERSION= 0.3.1
-CATEGORIES= ftp gnome
-MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/
-
-MAINTAINER= nectar@FreeBSD.org
-
-LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
- panel_applet.4:${PORTSDIR}/x11/gnomecore
-BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
-RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= YES
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
-
-.include <bsd.port.mk>