pkgsrc/www/libwww/Makefile

63 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.81 2010/01/26 18:38:26 drochner Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
PKGREVISION= 9
2000-06-21 04:58:23 +02:00
CATEGORIES= www devel
MASTER_SITES= http://www.w3.org/Library/Distribution/
EXTRACT_SUFX= .tgz
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libwww-configure-5.4.0nb2.gz
MAINTAINER= pkgsrc-users@NetBSD.org
2000-06-21 04:58:23 +02:00
HOMEPAGE= http://www.w3.org/Library/
COMMENT= The W3C Reference Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
2006-11-05 18:31:09 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
SITES.libwww-configure-5.4.0nb2.gz= ${MASTER_SITE_LOCAL}
USE_TOOLS+= automake14 gmake gzcat perl
USE_LIBTOOL= YES
2002-10-02 20:41:44 +02:00
GNU_CONFIGURE= YES
2006-01-29 17:57:31 +01:00
CONFIGURE_ARGS+= --with-zlib --without-x
CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
2000-06-21 04:58:23 +02:00
.include "options.mk"
2004-03-21 08:41:57 +01:00
post-extract:
gzcat ${DISTDIR}/libwww-configure-5.4.0nb2.gz > ${WRKSRC}/configure
pre-configure:
2006-10-04 21:45:58 +02:00
chmod a+x ${WRKSRC}/configure
.for f in aclocal.m4 configure stamp-h.in
2006-10-04 21:45:58 +02:00
touch ${WRKSRC}/${f}
.endfor
cd ${WRKSRC} && automake
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
2006-01-29 17:57:31 +01:00
# IRIX 5 does not have libregex
2006-10-04 21:45:58 +02:00
CONFIGURE_ARGS+= --with-regex
2006-01-29 17:57:31 +01:00
.endif
PLIST_VARS+= md5
.if ${OPSYS} == "SunOS"
# Solaris has a /usr/lib/libmd5 which seems to be enough, and
# /usr/local/lib/libmd5 breaks /usr/lib/librt
CONFIGURE_ARGS+= --without-md5
.else
PLIST.md5= yes
. if !exists(/usr/include/md5.h)
CONFIGURE_ARGS+= --with-md5=${SSLBASE:Q}
. endif
.endif
2004-02-12 22:22:35 +01:00
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"