mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
37dd2ca5f7
PR: 138440 Submitted by: Dereckson <dereckson@gmail.com> (maintainer)
28 lines
603 B
Makefile
28 lines
603 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.home.unix-ag.org/simon/
|
|
DISTNAME= woof
|
|
EXTRACT_SUFX= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= Web Offer One File, an ad-hoc single file webserver
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/woof
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${DISTDIR}/woof ${PREFIX}/bin/woof
|
|
|
|
.include <bsd.port.mk>
|