1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/linbot/Makefile
Joseph Koshy 6a0a09fbd8 Import of `linbot', a web site management tool.
PR:		ports/8003
Reviewed by:	jkoshy
Submitted by:	Bill Fumerola (billf@chc-chimes.com)
1998-09-21 05:42:14 +00:00

28 lines
624 B
Makefile

# New ports collection makefile for: linbot
# Version required: 0.8
# Date created: 19 September 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: $
#
DISTNAME= linbot-0.8
CATEGORIES= www
MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/
MAINTAINER= billf@chc-chimes.com
RUN_DEPENDS= python:${PORTSDIR}/lang/python
NO_BUILD= yeah
MAN1= linbot.1
do-install:
${MKDIR} ${PREFIX}/share/linbot
${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
.include <bsd.port.mk>