1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/ftasv/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

41 lines
782 B
Makefile

# New ports collection makefile for: ftasv
# Date created: 2009-10-26
# Whom: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ftasv
PORTVERSION= 0.9.2
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
MAINTAINER= sylvio@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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not link on 6.X
.endif
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>