aboutsummaryrefslogtreecommitdiffstats
path: root/news/xmitbin/Makefile
blob: eee4cceea004656aa7ba0f2808408ce2eb74bef8 (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
# 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=   ftp://ftp.cadence.com/utils/
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>