pkgsrc/net/fetch/Makefile
joerg c762934f69 Detect automatically if libfetch needs linkage against OpenSSL and drop
the option. Make sure to actually honour the libraries detected by
configure. This should fix the remaining issues on Solaris.
2009-11-19 22:55:52 +00:00

27 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/11/19 22:55:52 joerg Exp $
#
DISTNAME= fetch-1.6
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.FreeBSD.org/
COMMENT= Client to fetch URLs
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_FEATURES= nbcompat
GNU_CONFIGURE= yes
USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
.include "../../net/libfetch/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"