diff options
Diffstat (limited to 'irc/ircII/Makefile')
-rw-r--r-- | irc/ircII/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile deleted file mode 100644 index 9f598d634356..000000000000 --- a/irc/ircII/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: IrcII Client -# Version required: 2.8.2 -# Date created: 18 Oct 1994 -# Whom: torstenb -# -# $Id: Makefile,v 1.6 1995/04/17 00:01:31 asami Exp $ -# - -DISTNAME= ircii-2.8.2 -CATEGORIES+= networking -MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ -DISTFILES= ircii-2.8.2.tar.gz ircii-2.8help.tar.gz - -MAINTAINER= torstenb@FreeBSD.ORG - -GNU_CONFIGURE= yes - -post-install: - cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/ - install -c ${WRKDIR}/${DISTNAME}/doc/ircII.1 ${PREFIX}/man/man1/irc.1 - gzip -9nf ${PREFIX}/man/man1/irc.1 - -.include <bsd.port.mk> |