mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e3f9547b29
several times a file, then shutdown. Woof serves autogenerated archives, when a directory is specified. WWW: http://www.home.unix-ag.org/simon/woof.html PR: ports/136400 Submitted by: Dereckson <dereckson at gmail.com>
27 lines
567 B
Makefile
27 lines
567 B
Makefile
# New ports collection makefile for: woof
|
|
# Date created: 7 July 2009
|
|
# Whom: Dereckson <dereckson@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= woof
|
|
PORTVERSION= 2009.02.27
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.home.unix-ag.org/simon/
|
|
DISTNAME= woof
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= Web Offer One File, an ad-hoc single file webserver
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= #
|
|
PLIST_FILES= bin/woof
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${DISTDIR}/woof ${PREFIX}/bin/woof
|
|
|
|
.include <bsd.port.mk>
|