openbsd-ports/net/btpd/Makefile
2013-03-11 11:35:43 +00:00

27 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:45 espie Exp $
COMMENT= BitTorrent Protocol Daemon
DISTNAME= btpd-0.16
CATEGORIES= net
MAINTAINER= Nicholas Marriott <nicm@openbsd.org>
HOMEPAGE= http://wiki.github.com/btpd/btpd/
MASTER_SITES= http://github.com/downloads/btpd/btpd/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto m pthread
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/btpd
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/btpd
.include <bsd.port.mk>