From b04f8d71ea660c1b74ae5330598914c031ee6bec Mon Sep 17 00:00:00 2001 From: nectar Date: Fri, 21 Jul 2000 20:34:04 +0000 Subject: 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). --- ftp/gtm/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ftp/gtm/Makefile (limited to 'ftp/gtm/Makefile') 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 -- cgit