1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/wwwcount/Makefile

39 lines
961 B
Makefile
Raw Normal View History

# New ports collection makefile for: wwwcount
1997-11-06 00:12:19 +00:00
# Version required: 2.4
# Date created: 16 May 1996
# Whom: ache
#
1998-09-28 18:02:05 +00:00
# $Id: Makefile,v 1.11 1998/06/07 11:10:15 ache Exp $
#
# WWW site: http://www.fccc.edu/users/muquit/Count.html
1996-05-27 03:42:47 +00:00
# For digit images look at:
# http://www.digitmania.holowww.com/
1996-05-27 03:42:47 +00:00
1997-11-06 00:12:19 +00:00
DISTNAME= wwwcount2.4
PKGNAME= wwwcount-2.4
CATEGORIES= www
1997-11-06 00:12:19 +00:00
MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.4/
MAINTAINER= ports@FreeBSD.ORG
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}; yes "" | PREFIX=${PREFIX} ./Count-config
post-build:
cd ${WRKSRC}; ./Gen-conf
do-install:
cd ${WRKSRC}; yes "" | ./Count-install
cd ${WRKSRC}/utils/mkstrip; \
${INSTALL_PROGRAM} extdgts mkstrip ${PREFIX}/bin; \
${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \
${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits
.include <bsd.port.mk>