1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/misc/jive/Makefile
David E. O'Brien 55ddf4365b Become the guinnie-pig and move all my Freefall ~/public_html distfiles
over to the new ftp.freebsd.org local distfiles site.
2000-06-07 03:09:25 +00:00

25 lines
517 B
Makefile

# ex:ts=8
# Ports collection makefile for: jive
# Date created: Mon Feb 17, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= jive
PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \
ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/
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>