aboutsummaryrefslogtreecommitdiffstats
path: root/news/xmitbin/Makefile
blob: d9822cc909c42afca34d040dc8f5eecc95d2ff8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

MAN1=       xmitBin.1
NO_WRKSUBDIR=   YES

post-install:
        @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>