diff options
author | jseger <jseger@FreeBSD.org> | 1998-06-15 07:35:13 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-06-15 07:35:13 +0800 |
commit | 9278373ab3b66f5af736657d87b078f5b21783ed (patch) | |
tree | cb64510e1aa1c617ef12a0a3bfbf378782ebbf54 /www/libwww/Makefile | |
parent | e6cae96b4efd29a4c42b93165d0ca40793ef0df0 (diff) | |
download | freebsd-ports-gnome-9278373ab3b66f5af736657d87b078f5b21783ed.tar.gz freebsd-ports-gnome-9278373ab3b66f5af736657d87b078f5b21783ed.tar.zst freebsd-ports-gnome-9278373ab3b66f5af736657d87b078f5b21783ed.zip |
Upgrade to libwww-5.1m1.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index b275d5033a22..5f70df837b56 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libwww -# Version required: 5.1l +# Version required: 5.1m1 # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.8 1998/03/25 12:33:26 tg Exp $ +# $Id: Makefile,v 1.9 1998/04/11 03:20:03 jseger Exp $ # -PKGNAME= libwww-5.1l +PKGNAME= libwww-5.1m1 DISTNAME= w3c-${PKGNAME} CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ @@ -15,8 +15,10 @@ MAINTAINER= jseger@FreeBSD.org GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= --enable-shared --enable-static DOCDIR= ${PREFIX}/share/doc/libwww +WRKSRC= ${WRKDIR}/w3c-libwww-5.1m post-install: @${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) |