freebsd-ports/www/ftasv/Makefile
Pav Lucistnik 046d00a05c - Mark BROKEN on 6.X
Reported by:	pointyhat
2009-12-09 23:34:22 +00:00

41 lines
835 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
CATEGORIES= www
MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Is a commandline scoreboard viewer for the Apache server
BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
GNU_CONFIGURE= yes
USE_APACHE= 2.2+
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>