opnsense-ports/www/apercu/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
529 B
Makefile

# Created by: mich
# $FreeBSD$
PORTNAME= apercu
PORTVERSION= 1.0.2
CATEGORIES= www
MASTER_SITES= http://www.incava.org/pub/apercu/
MAINTAINER= mich@FreeBSD.org
COMMENT= Summarize information from Apache logs
USE_RUBY= yes
NO_BUILD= yes
PLIST_FILES= bin/apercu man/man1/apercu.1.gz
pre-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/ruby|${RUBY}|' ${WRKSRC}/apercu
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/apercu ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/apercu.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>