1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/jive/Makefile

27 lines
580 B
Makefile
Raw Normal View History

# 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)
#
1997-10-22 06:02:52 +00:00
# $Id: Makefile,v 1.2 1997/04/02 07:58:25 obrien Exp $
#
DISTNAME= jive-1.1
CATEGORIES= misc
1997-10-22 06:02:52 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.nuxi.com/pub/misc/
MASTER_SITE_SUBDIR= games/amusements
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>