aboutsummaryrefslogtreecommitdiff
path: root/www/linbot/Makefile
blob: 807a75a3d735874acec12feba16003001e8f9ac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: linbot
# Date created:        19 September 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	linbot
PORTVERSION= 	0.9
CATEGORIES=	www python
MASTER_SITES=	http://starship.skyport.net/crew/marduk/linbot/download/

MAINTAINER=	billf@FreeBSD.org

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}/*.css ${PREFIX}/share/linbot
	${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
	${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot

.include <bsd.port.mk>