diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwcount/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 14bc3480ccfb..15cf31ad9505 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -1,24 +1,25 @@ # New ports collection makefile for: wwwcount -# WWW site: http://www.semcor.com/~muquit/Count.html -# For digit images look at: -# http://cervantes.learningco.com/kevin/digits/index.html -# # Version required: 2.3 # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/05/16 20:43:58 ache Exp $ +# $Id: Makefile,v 1.2 1996/05/16 21:15:35 ache Exp $ # +# WWW site: http://www.semcor.com/~muquit/Count.html +# For digit images look at: +# http://cervantes.learningco.com/kevin/digits/index.html + DISTNAME= wwwcount2.3 PKGNAME= wwwcount-2.3 CATEGORIES+= www MASTER_SITES= ftp://warm.semcor.com/pub/muquit/wwwcount2.3/ -GNU_CONFIGURE= yes -IS_INTERACTIVE= yes MAINTAINER= ache@FreeBSD.ORG +GNU_CONFIGURE= yes +IS_INTERACTIVE= yes + pre-configure: cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config |