diff options
author | arved <arved@FreeBSD.org> | 2003-02-23 18:49:53 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-23 18:49:53 +0000 |
commit | b0d3d8c660990b976202c3cc9398556d171fd34f (patch) | |
tree | 639c1c2c12ed1af899321bdea75b10d221f73307 /net | |
parent | cbd7fbe2531934f161f02a87a5e877f682a23dbe (diff) | |
download | FreeBSD-ports-b0d3d8c660990b976202c3cc9398556d171fd34f.zip FreeBSD-ports-b0d3d8c660990b976202c3cc9398556d171fd34f.tar.gz |
Retire amcl after Repocopy to ports/net/gnome-mud
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/amcl/Makefile | 28 | ||||
-rw-r--r-- | net/amcl/distinfo | 1 | ||||
-rw-r--r-- | net/amcl/pkg-descr | 9 | ||||
-rw-r--r-- | net/amcl/pkg-plist | 5 |
5 files changed, 0 insertions, 44 deletions
diff --git a/net/Makefile b/net/Makefile index c89b701..8b64ab6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -13,7 +13,6 @@ SUBDIR += aggregate SUBDIR += aim SUBDIR += airport - SUBDIR += amcl SUBDIR += amsn SUBDIR += angst SUBDIR += ap-utils diff --git a/net/amcl/Makefile b/net/amcl/Makefile deleted file mode 100644 index 4e1b114..0000000 --- a/net/amcl/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: amcl -# Date created: 15 Apr 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= amcl -PORTVERSION= 0.7.5 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK-based MUD client with triggers, aliases, colors, etc - -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net/amcl/distinfo b/net/amcl/distinfo deleted file mode 100644 index f755471..0000000 --- a/net/amcl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amcl-0.7.5.tar.gz) = eaed429befbccb0c09798c0a29356ef9 diff --git a/net/amcl/pkg-descr b/net/amcl/pkg-descr deleted file mode 100644 index 315beb1..0000000 --- a/net/amcl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -AMCL is short for Another MUD CLient. It is based -on GTK, and offers many features, such as full support -for ANSI colors, aliases, command history, triggers, -automapping, multiple connections, and so forth. - -WWW: http://amcl.sourceforge.net/ -Author: Robin Ericsson <lobbin@localhost.nu> - -- Will <andrews@technologist.com> diff --git a/net/amcl/pkg-plist b/net/amcl/pkg-plist deleted file mode 100644 index e539032..0000000 --- a/net/amcl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/amcl -share/locale/ca/LC_MESSAGES/amcl.mo -share/locale/de/LC_MESSAGES/amcl.mo -share/locale/es/LC_MESSAGES/amcl.mo -share/locale/sv/LC_MESSAGES/amcl.mo |