openbsd-ports/net/btpd/Makefile
2007-05-15 15:09:12 +00:00

32 lines
675 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/05/15 15:09:12 naddy Exp $
COMMENT= "BitTorrent Protocol Daemon"
DISTNAME= btpd-0.12
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MAINTAINER= Martin Cronier <hex29a@openbsd.se>
HOMEPAGE= http://www.murmeldjur.se/btpd/
MASTER_SITES= ${HOMEPAGE} \
http://people.su.se/~rnyberg/btpd/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto event idn m pthread ssl z
LIB_DEPENDS= curl::net/curl
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/btpd
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/btpd
.include <bsd.port.mk>