blob: e05b777753605e7c1fac7c35bfc68a8e875d0948 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
USE_APACHE= 22+
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>
|