# $NetBSD: Makefile,v 1.5 2023/11/08 13:20:36 wiz Exp $ PKGNAME= transmission-common-${VERSION} PKGREVISION= 2 COMMENT= Free, lightweight BitTorrent client (shared files) # do not add nb* to this - 4.0.0nb1 does not conflict CONFLICTS= transmission-4.0.0 .include "../../net/transmission/Makefile.common" NO_CONFIGURE= yes NO_BUILD= yes INSTALLATION_DIRS= share/transmission USE_TOOLS+= pax do-install: cd ${WRKSRC}/web && ${PAX} -pp -rw public_html ${DESTDIR}${PREFIX}/share/transmission .include "../../mk/bsd.pkg.mk"