openbsd-ports/net/btpd/Makefile

30 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/01/11 22:53:35 nicm Exp $
COMMENT= BitTorrent Protocol Daemon
DISTNAME= btpd-0.15
PKGNAME= ${DISTNAME}p1
CATEGORIES= net
MAINTAINER= Nicholas Marriott <nicm@openbsd.org>
HOMEPAGE= http://www.murmeldjur.se/btpd/
MASTER_SITES= ${HOMEPAGE}
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>