freebsd-ports/www/webcheck/Makefile
Bill Fumerola aa188d8548 Update to 1.0
The real MASTER_SITE's hard drive went south evidently, so we'll use just
the backup for now.
2000-04-21 18:15:23 +00:00

26 lines
619 B
Makefile

# New ports collection makefile for: linbot
# Date created: 19 September 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= linbot
PORTVERSION= 1.0
CATEGORIES= www python
MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/www/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= billf@FreeBSD.org
RUN_DEPENDS= python:${PORTSDIR}/lang/python
NO_BUILD= yeah
do-install:
${MKDIR} ${PREFIX}/share/linbot
${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
.include <bsd.port.mk>