aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gtm/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2000-07-22 04:34:04 +0800
committernectar <nectar@FreeBSD.org>2000-07-22 04:34:04 +0800
commitb04f8d71ea660c1b74ae5330598914c031ee6bec (patch)
tree0ea6d0cb718b35dfe24dbcea3e681f1c3ec579b9 /ftp/gtm/Makefile
parent6122b0ca666e6a6a07d989c90cba0db1d4dff4fd (diff)
downloadfreebsd-ports-gnome-b04f8d71ea660c1b74ae5330598914c031ee6bec.tar.gz
freebsd-ports-gnome-b04f8d71ea660c1b74ae5330598914c031ee6bec.tar.zst
freebsd-ports-gnome-b04f8d71ea660c1b74ae5330598914c031ee6bec.zip
Remove gtm. The version 0.3.1 distfile is nowhere to be found, and
current versions are for Linux only (nice stuff such as parsing uts.release to determine what version of the Linux kernel we are running).
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>