1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/wwwcount/Makefile

37 lines
874 B
Makefile
Raw Normal View History

# New ports collection makefile for: wwwcount
# Version required: 2.5
# Date created: 16 May 1996
# Whom: ache
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
DISTNAME= wwwcount2.5
PKGNAME= wwwcount-2.5
CATEGORIES= www
MASTER_SITES= http://www.muquit.com/muquit/software/Count/src/wwwcount2.5/
MAINTAINER= dervish@ikhala.tcimet.net
1996-05-27 03:42:47 +00:00
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
1998-09-28 18:02:05 +00:00
USE_GMAKE= yes
MAN1= mkstrip.1
1996-05-27 03:42:47 +00:00
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>