1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/ftasv/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

33 lines
662 B
Makefile

# Created by: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
# $FreeBSD$
PORTNAME= ftasv
PORTVERSION= 0.9.2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Is a commandline scoreboard viewer for the Apache server
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= apache:2.2+
PLIST_FILES= sbin/ftasv
PORTDOCS= AUTHORS ChangeLog README
OPTIONS_DEFINE= DOCS
DOCS_SUB_FILES= pkg-message
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>