diff options
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile new file mode 100644 index 0000000..c592134 --- /dev/null +++ b/www/libwww/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: libwww +# Version required: 4.0D +# Date created: 18 Feb 1996 +# Whom: torstenb +# +# $Id$ +# + +DISTNAME= libwww_4.0D_src +PKGNAME= libwww-4.0D +CATEGORIES+= www devel +MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ + +WRKSRC= ${WRKDIR}/WWW + +.include <bsd.port.mk> |