diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-06 01:00:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-06 01:00:14 +0800 |
commit | 1306dba5f8fed663c0e5a3547135058546fef526 (patch) | |
tree | 4426039d21f1a39ad9d2b2b544b6e77307ea3938 /x11 | |
parent | d643f64624d582230e743552678482b25f8b562a (diff) | |
download | freebsd-ports-gnome-1306dba5f8fed663c0e5a3547135058546fef526.tar.gz freebsd-ports-gnome-1306dba5f8fed663c0e5a3547135058546fef526.tar.zst freebsd-ports-gnome-1306dba5f8fed663c0e5a3547135058546fef526.zip |
Deprecate a few leaf GGI ports.
Upstream is not active since a few years.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ggiterm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile index 2904726adb2d..fbfd3451c847 100644 --- a/x11/ggiterm/Makefile +++ b/x11/ggiterm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ggiterm -# Date created: 20 October 2003 -# Whom: andi_payn@speedymail.com -# +# Created by: andi_payn@speedymail.com # $FreeBSD$ -# PORTNAME= ggiterm PORTVERSION= 0.7.1 @@ -16,6 +12,9 @@ COMMENT= A terminal emulator for GGI LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi +DEPRECATED= Unmaintained and broken +EXPIRATION_DATE=2013-09-01 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE} CPPFLAGS+= ${PTHREAD_CFLAGS} |