1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/misc/jive/Makefile
David E. O'Brien b0e758d164 Jive is a filter that converts English text to Jive.
Jive reads from standard input and writes to standard output.
1997-02-19 03:38:56 +00:00

27 lines
577 B
Makefile

# ex:ts=8
# Ports collection makefile for: jive
# Version required: 1.0
# Date created: Mon Feb 17, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
#
DISTNAME= jive-1.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
#MASTER_SITE_SUBDIR= games/amusements
MASTER_SITE_SUBDIR= Incoming
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/jive
MAN1= jive.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jive ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>