WRKSRC. LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool," meaning that, in most packages, there's no need to set it. So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
19 lines
435 B
Makefile
19 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/02/17 02:55:43 blef Exp $
|
|
#
|
|
|
|
DISTNAME= httrack-3.23
|
|
WRKSRC= ${WRKDIR}/httrack-3.23.20
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.httrack.com/ \
|
|
http://httrack.free.fr/mirror/
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.httrack.com/
|
|
COMMENT= Easy-to-use offline browser utility
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|