openbsd-ports/net/btpd/Makefile

30 lines
588 B
Makefile
Raw Normal View History

2009-12-31 16:33:42 -05:00
# $OpenBSD: Makefile,v 1.7 2009/12/31 21:33:42 nicm Exp $
COMMENT= BitTorrent Protocol Daemon
2009-02-12 07:27:35 -05:00
DISTNAME= btpd-0.15
2009-12-31 16:33:42 -05:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
2009-12-31 16:33:42 -05:00
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>