1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/wwwcount/Makefile
John Marino 59e8d9eb4c Deprecate interactive port www/wwwcount for removal in 2 months
This unstaged port would need to be converted to a regular, staged port
in order to undeprecate it.

PR:		191210
Submitted by:	marino
Disposition:	maintainer (Michael Ranner)
Approved by:	portmgr (implicit)
2014-06-20 17:46:44 +00:00

39 lines
885 B
Makefile

# Created by: 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
DEPRECATED= Ancient interactive port
EXPIRATION_DATE=2014-08-20
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
USES= gmake
MAN1= mkstrip.1
NO_STAGE= yes
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>