diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-08 02:24:54 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-08 02:24:54 +0000 |
commit | 97763ebacfa9b3ac4125508efdc043663d6419e6 (patch) | |
tree | eec2d5212c8434f005d86a0e5c8e26e38e8fce5f /www/libwww/Makefile | |
parent | 4e92d78d0261e01c85bfe9768432ab4874798151 (diff) | |
download | ports-97763ebacfa9b3ac4125508efdc043663d6419e6.tar.gz ports-97763ebacfa9b3ac4125508efdc043663d6419e6.zip |
Notes
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index ba28acbd9f46..5035496c1b4f 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: libwww -# Version required: 5.1f +# Version required: 5.1h # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.3 1997/06/26 16:49:32 max Exp $ +# $Id: Makefile,v 1.4 1998/01/23 21:15:15 jseger Exp $ # -DISTNAME= w3c-libwww-5.1f -PKGNAME= libwww-5.1f +DISTNAME= w3c-libwww-5.1h +PKGNAME= libwww-5.1h CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ +MAINTAINER= jseger@FreeBSD.org + GNU_CONFIGURE= yes USE_GMAKE= yes DOCDIR= ${PREFIX}/share/doc/libwww |