1996-05-16 22:43:59 +02:00
|
|
|
# New ports collection makefile for: wwwcount
|
|
|
|
# Date created: 16 May 1996
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1996-05-16 22:43:59 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= wwwcount
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 2.5
|
2001-12-18 16:51:05 +01:00
|
|
|
PORTREVISION= 1
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.muquit.com/muquit/software/Count/src/wwwcount2.5/
|
2000-04-10 02:07:29 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1996-05-16 22:43:59 +02:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Access counter, clock and date for WWW pages
|
1996-05-16 22:43:59 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
IS_INTERACTIVE= yes
|
|
|
|
USE_GMAKE= yes
|
1996-11-13 13:41:39 +01:00
|
|
|
MAN1= mkstrip.1
|
1996-05-27 05:42:47 +02:00
|
|
|
|
1996-05-16 22:43:59 +02:00
|
|
|
pre-configure:
|
1999-10-05 06:52:23 +02:00
|
|
|
cd ${WRKSRC}; PREFIX=${PREFIX} ./Count-config
|
1996-05-16 22:43:59 +02:00
|
|
|
|
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC}; ./Gen-conf
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}; yes "" | ./Count-install
|
1999-10-05 06:52:23 +02:00
|
|
|
cd ${WRKSRC}/utils/extdgts; \
|
|
|
|
${INSTALL_PROGRAM} extdgts ${PREFIX}/bin;
|
1997-11-29 17:10:50 +01:00
|
|
|
cd ${WRKSRC}/utils/mkstrip; \
|
1999-10-05 06:52:23 +02:00
|
|
|
${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \
|
1996-09-11 06:44:19 +02:00
|
|
|
${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \
|
|
|
|
${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits
|
1996-05-16 22:43:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|