diff options
Diffstat (limited to 'news/xmitbin/Makefile')
-rw-r--r-- | news/xmitbin/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/news/xmitbin/Makefile b/news/xmitbin/Makefile deleted file mode 100644 index 12c5811d6bf3..000000000000 --- a/news/xmitbin/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xmitnin -# Date created: 29 Nov 1997 -# Whom: Donald Burr <dburr@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xmitbin -PORTVERSION= 1.9 -CATEGORIES= news mail -MASTER_SITES= http://mirror2.unixfreunde.de/ \ - http://freebsd.unixfreunde.de/sources/ -DISTNAME= xmitBin-1.9 -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= Posts or mails binary and sourcecode files intelligently - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -MAN1= xmitBin.1 -NO_WRKSUBDIR= YES - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |