2011-07-22 13:30:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2011/07/22 11:30:42 hauke Exp $
|
2006-02-14 01:49:23 +01:00
|
|
|
|
2011-07-22 13:30:42 +02:00
|
|
|
DISTNAME= btpd-0.16
|
2006-02-14 01:49:23 +01:00
|
|
|
CATEGORIES= net
|
2011-07-22 13:30:42 +02:00
|
|
|
MASTER_SITES= https://cloud.github.com/downloads/btpd/btpd/
|
2006-02-22 23:09:44 +01:00
|
|
|
|
2006-02-14 01:49:23 +01:00
|
|
|
MAINTAINER= rnyberg@murmeldjur.se
|
2011-07-22 13:30:42 +02:00
|
|
|
HOMEPAGE= https://github.com/btpd/btpd/wiki/
|
2006-02-14 01:49:23 +01:00
|
|
|
COMMENT= Daemon for file sharing over bittorrent
|
2010-02-07 20:15:43 +01:00
|
|
|
LICENSE= 2-clause-bsd
|
2006-02-14 01:49:23 +01:00
|
|
|
|
2008-03-06 03:56:04 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2008-01-09 10:26:38 +01:00
|
|
|
|
2011-07-22 13:30:42 +02:00
|
|
|
# Force using "curl" for fetching the distribution file. It is only available
|
|
|
|
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
|
|
|
|
FETCH_USING= curl
|
|
|
|
|
2008-03-06 03:56:04 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2006-02-14 01:49:23 +01:00
|
|
|
|
2008-03-06 03:56:04 +01:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/btpd
|
|
|
|
USE_FEATURES.openssl= threads
|
2006-02-14 01:49:23 +01:00
|
|
|
|
|
|
|
post-install:
|
2008-01-09 10:26:38 +01:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2006-02-14 01:49:23 +01:00
|
|
|
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|