freebsd-ports/www/wwwcount/Makefile
Martin Wilke edb8cc3197 - Update maintainer mail
PR:		132857 132858 132859 132860 132861 132863
		132864 132865
Submitted by:	Michael Ranner <mranner@inode.at>
2009-03-20 17:49:26 +00:00

38 lines
907 B
Makefile

# New ports collection makefile for: wwwcount
# Date created: 16 May 1996
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= wwwcount
PORTVERSION= 2.5
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.muquit.com/muquit/software/Count/src/wwwcount2.5/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= michael@ranner.eu
COMMENT= Access counter, clock and date for WWW pages
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
USE_GMAKE= yes
MAN1= mkstrip.1
pre-configure:
cd ${WRKSRC}; PREFIX=${PREFIX} ./Count-config
post-build:
cd ${WRKSRC}; ./Gen-conf
do-install:
cd ${WRKSRC}; yes "" | ./Count-install
cd ${WRKSRC}/utils/extdgts; \
${INSTALL_PROGRAM} extdgts ${PREFIX}/bin;
cd ${WRKSRC}/utils/mkstrip; \
${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \
${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \
${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits
.include <bsd.port.mk>