freebsd-ports/www/wwwcount/Makefile

41 lines
1010 B
Makefile
Raw Normal View History

# New ports collection makefile for: wwwcount
# Version required: 2.3
# Date created: 16 May 1996
# Whom: ache
#
# $Id: Makefile,v 1.5 1996/09/06 14:18:10 ache Exp $
#
# WWW site: http://www.fccc.edu/users/muquit/Count.html
1996-05-26 23:42:47 -04:00
# For digit images look at:
# http://www.digitmania.holowww.com/
1996-05-26 23:42:47 -04:00
DISTNAME= wwwcount2.3
PKGNAME= wwwcount-2.3
CATEGORIES+= www
MASTER_SITES= http://www.fccc.edu/users/muquit/src/wwwcount2.3/
MAINTAINER= ache@FreeBSD.ORG
1996-05-26 23:42:47 -04:00
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
pre-configure:
cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config
post-build:
1996-05-16 17:15:48 -04:00
cd ${WRKSRC}/utils; ${MAKE}
cd ${WRKSRC}; ./Gen-conf
do-install:
cd ${WRKSRC}; yes "" | ./Count-install
1996-05-16 17:15:48 -04:00
cd ${WRKSRC}/utils; \
${INSTALL_PROGRAM} mkstrip ${PREFIX}/bin; \
${INSTALL_MAN} mkstrip.1 ${PREFIX}/man/man1; \
${INSTALL_SCRIPT} mkstrip.sh ${PREFIX}/lib/Counter/digits
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/mkstrip.1
.endif
.include <bsd.port.mk>