summaryrefslogtreecommitdiff
path: root/www/wwwcount/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-16 20:43:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-16 20:43:59 +0000
commit62ae860429b0587da5a6c60d7576e040727a68d7 (patch)
treeab67eae983ee37d82ca78cdd47d9f2836e1bf7a6 /www/wwwcount/Makefile
parentMove PATCH* stuff down to its own section. The upgrade was to 1.01a, (diff)
Most sophisticated Access Counter I found
Notes
Notes: svn path=/head/; revision=3097
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r--www/wwwcount/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile
new file mode 100644
index 000000000000..f3f6bb5fb8d6
--- /dev/null
+++ b/www/wwwcount/Makefile
@@ -0,0 +1,31 @@
+# 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.4 1996/04/27 12:51:27 ache Exp $
+#
+
+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
+
+pre-configure:
+ cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config
+
+post-build:
+ cd ${WRKSRC}; ./Gen-conf
+
+do-install:
+ cd ${WRKSRC}; yes "" | ./Count-install
+
+.include <bsd.port.mk>