freebsd-ports/devel/jech-dht/Makefile
Alexandre C. Guimarães 2ff31ead7e devel/jech-dht: minor Makefile fixes over r497937.
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D19828
2019-04-30 16:59:16 +00:00

32 lines
683 B
Makefile

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= dht
PORTVERSION= 0.26
CATEGORIES= devel
MASTER_SITES= http://www.pps.univ-paris-diderot.fr/~jch/software/files/
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= Mainline variant of Kademlia Distributed Hash Table (DHT)
LICENSE= MIT
USES= uidfix
USE_LDCONFIG= yes
MAKE_ENV= STAGEDIR="${STAGEDIR}"
MAKEFILE= ${FILESDIR}/BSDmakefile
post-build:
${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -f \
${FILESDIR}/Makefile.example
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/dht
post-install:
${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} -f \
${FILESDIR}/Makefile.example install
.include <bsd.port.mk>