mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
dcffed9c21
Maintainer timeout: 10 days
42 lines
999 B
Makefile
42 lines
999 B
Makefile
# New ports collection makefile for: dnscrypt-proxy
|
|
# Date created: 15 May 2012
|
|
# Whom: Leo Vandewoestijne <freebsd@dns-lab.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnscrypt-proxy
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://cloud.github.com/downloads/opendns/dnscrypt-proxy/ \
|
|
http://www.Awfulhak.org/dnscrypt-proxy/ \
|
|
http://people.FreeBSD.org/~brian/dnscrypt-proxy/
|
|
|
|
MAINTAINER= freebsd@dns-lab.com
|
|
COMMENT= Boost privacy and security of DNS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
MAN8= dnscrypt-proxy.8 hostip.8
|
|
|
|
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS \
|
|
README README.markdown TECHNOTES THANKS
|
|
|
|
pre-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/
|
|
@${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${MAN8PREFIX}/man/man8/
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
|
.endif
|
|
@${CAT} ${WRKDIR}/pkg-message
|
|
|
|
.include <bsd.port.mk>
|