aboutsummaryrefslogtreecommitdiff
path: root/www/webreport/Makefile
blob: 98a4de7955643da1ad7b5bcb18cc653945191e4b (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
# Created by: ismail@enderunix.org
# $FreeBSD$

PORTNAME=	webreport
PORTVERSION=	1.5
CATEGORIES=	www
MASTER_SITES=	http://www.inter7.com/webreport/

MAINTAINER=	ismail@EnderUNIX.org
COMMENT=	WebReport is a web log statistics program  for web hosting sites

PORTDOCS=	INSTALL
PLIST_FILES=	bin/webreport etc/webreport.conf-dist

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's,ulong,unsigned long,;s,/etc/,${PREFIX}/etc/,' ${WRKSRC}/webreport.h

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/webreport ${PREFIX}/bin
	@${INSTALL_DATA} ${WRKSRC}/webreport.conf ${PREFIX}/etc/webreport.conf-dist

.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

post-install:
	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'

.include <bsd.port.mk>