openbsd-ports/www/wwwcount/Makefile

60 lines
1.8 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2007/09/15 20:38:26 merdely Exp $
2001-03-29 04:52:20 -05:00
COMMENT= access counter, clock and date for WWW pages
1997-11-17 22:07:09 -05:00
2000-01-27 16:14:02 -05:00
DISTNAME= wwwcount2.5
PKGNAME= wwwcount-2.5p0
1998-08-10 23:16:49 -04:00
CATEGORIES= www
2006-02-08 03:34:40 -05:00
MASTER_SITES= http://wwwcount.yeehaw.net/$S/ \
http://www.asamnet.de/mirror/Count/$S/ \
http://wwwcount.webcc.net/$S/ \
http://www.infolaunch.com/count/$S/ \
http://elmar.ucsm.ac.uk/Count/$S/ \
2002-05-15 13:58:49 -04:00
http://muquit.com/muquit/software/Count/$S/
S= src/wwwcount2.5
1997-11-17 22:07:09 -05:00
# For digit images look at:
# http://www.digitmania.holowww.com/
HOMEPAGE= http://www.muquit.com/muquit/software/Count/Count.html
2003-10-18 15:44:41 -04:00
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-11 08:29:20 -05:00
WANTLIB= c
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE=gnu
1997-11-17 22:07:09 -05:00
2000-01-27 16:14:02 -05:00
WWWDIR= /var/www
1998-08-10 23:16:49 -04:00
1997-11-17 22:07:09 -05:00
pre-configure:
2000-01-27 16:14:02 -05:00
@sed -e "s,@PREFIX@,${PREFIX},g" -e "s,@WWWDIR@,${WWWDIR},g" \
${FILESDIR}/config.h.in > ${WRKSRC}/src/config.h
1997-11-17 22:07:09 -05:00
2002-10-28 20:30:41 -05:00
NO_REGRESS= Yes
1997-11-17 22:07:09 -05:00
do-install:
2000-01-27 16:14:02 -05:00
.for d in A B C D E bang cd cdd cdr
${INSTALL_DATA_DIR} ${PREFIX}/lib/wwwcount/digits/${d}
${INSTALL_DATA} ${WRKSRC}/data/digits/${d}/*.gif \
${PREFIX}/lib/wwwcount/digits/${d}
.endfor
${INSTALL_DATA} -s ${WRKSRC}/src/Count.cgi ${PREFIX}/lib/wwwcount
${INSTALL_DATA} ${FILESDIR}/count.cfg.sample ${PREFIX}/lib/wwwcount
${INSTALL_DATA} ${WRKSRC}/data/rgb.txt ${PREFIX}/lib/wwwcount
${INSTALL_PROGRAM} ${WRKSRC}/utils/mkstrip/mkstrip ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/utils/mkstrip/mkstrip.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/utils/extdgts/extdgts ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wwwcount
@cd ${WRKSRC}/docs; cp -RP * ${PREFIX}/share/doc/wwwcount
@/usr/sbin/chown -R ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/share/doc/wwwcount
@find ${PREFIX}/share/doc/wwwcount -type f -print | \
xargs chmod ${SHAREMODE}
@find ${PREFIX}/share/doc/wwwcount -type d -print | \
xargs chmod ${BINMODE}
1997-11-17 22:07:09 -05:00
.include <bsd.port.mk>