pkgsrc/net/transmission-common/Makefile
wiz 47a41c5944 net/transmission-common: import transmission-common-4.0.0
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the shared web frontend files for Transmission.
2023-02-14 09:44:25 +00:00

20 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.1 2023/02/14 09:44:25 wiz Exp $
PKGNAME= transmission-common-${VERSION}
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"