freebsd-ports/www/wwwcount/Makefile
Sergey Matveychuk 4a00d83fa1 Welcome a new maintainer for the ports!
PR:		ports/75328, ports/75330
Submitted by:	Michael Ranner <mranner(at)inode.at>
2004-12-20 21:32:10 +00:00

38 lines
906 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= mranner@inode.at
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>