1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/ftasv/Makefile
Tijl Coosemans 0d6e69bd42 Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.

Approved by:	portmgr (implicit)
2014-06-12 09:17:32 +00:00

34 lines
660 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
GNU_CONFIGURE= yes
USE_APACHE= 22+
PLIST_FILES= sbin/ftasv
SUB_FILES= pkg-message
PORTDOCS= AUTHORS COPYING ChangeLog README
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for docs in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>