a1359a6149
PR: 97836 Submitted by: Martin Wilke <freebsd___unixfreunde.de>
26 lines
541 B
Makefile
26 lines
541 B
Makefile
# 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>
|