1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/webcheck/Makefile

28 lines
628 B
Makefile
Raw Normal View History

# New ports collection makefile for: linbot
# Date created: 19 September 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
PORTNAME= linbot
PORTVERSION= 1.0
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= 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>