mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
23 lines
408 B
Makefile
23 lines
408 B
Makefile
COMMENT= BitTorrent Protocol Daemon
|
|
|
|
DISTNAME= btpd-0.16
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://wiki.github.com/btpd/btpd/
|
|
|
|
SITES= https://github.com/downloads/btpd/btpd/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c crypto m pthread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/btpd
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/btpd
|
|
|
|
.include <bsd.port.mk>
|