diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-09 23:24:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-09 23:24:54 +0000 |
commit | db41961ee04d7fc8207b57f10640af1cc5860d4b (patch) | |
tree | fc97368bde62533fd27a2b33a07c0f68ec2655da /www/analog/Makefile | |
parent | Fix up a couple of popauth problems in 2.2 (diff) |
Web server statistics.
Submitted by: James Raynard <fports@jraynard.demon.co.uk>
Notes
Notes:
svn path=/head/; revision=3185
Diffstat (limited to 'www/analog/Makefile')
-rw-r--r-- | www/analog/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile new file mode 100644 index 000000000000..43384d379c40 --- /dev/null +++ b/www/analog/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: analog +# Version required: 1.9.6 +# Date created: 9 June 1996 +# Whom: jraynard +# +# $Id$ +# + +DISTNAME= analog.1.9.6 +PKGNAME= analog-1.9.6 +CATEGORIES+= www +MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ + +MAINTAINER= jraynard@freebsd.org + +WRKSRC= ${WRKDIR}/analog + +do-install: + @mkdir -p ${PREFIX}/share/analog + @(cd ${WRKSRC}; cp -r Readme.html domains.tab primes.tab analogo.gif images ${PREFIX}/share/analog; cp analog ${PREFIX}/bin) + @(cd ${PREFIX}/share/analog; chmod +r *) + +.include <bsd.port.mk> |