pkgsrc-wip/httrack/Makefile
Thomas Klausner 53cae12b32 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:53:10 +00:00

33 lines
846 B
Makefile

# $NetBSD: Makefile,v 1.24 2009/07/22 09:53:13 thomasklausner Exp $
#
DISTNAME= httrack-3.43-5
PKGNAME= httrack-3.43.5
CATEGORIES= www
MASTER_SITES= http://www.httrack.com/ \
http://httrack.free.fr/mirror/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.httrack.com/
COMMENT= Easy-to-use offline browser utility
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
LDFLAGS+= -L${WRKSRC}/src/.libs/
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_LIBTOOL= yes
USE_TOOLS+= bash:run gmake
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
REPLACE_BASH= src/webhttrack
SUBST_CLASSES+= html
SUBST_STAGE.html= pre-install
SUBST_FILES.html= html/Makefile
SUBST_SED.html= -e 's,install-data-hook,,'
.include "../../devel/zlib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"