mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
24 lines
430 B
Makefile
24 lines
430 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= ftp://ftp.cadence.com/utils/
|
|
DISTNAME= xmitBin-1.9
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
|
|
|
MAN1= xmitBin.1
|
|
NO_WRKSUBDIR= YES
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|