mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
25334a5bb6
- Add an entry to UPDATING about binary incompatibility in previous version of ldns - Fix OptionsNG - Bump PORTREVISION for all ports dependent on dns/ldns - Remove ABI version numbers from LIB_DEPENDS while I'm here PR: ports/173080 [1] Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1] Approved by: portmgr (erwin) Feature safe: yes
43 lines
850 B
Makefile
43 lines
850 B
Makefile
# New ports collection makefile for: adsuck
|
|
# Date created: 25 April 2011
|
|
# Whom: Philippe Pepiot <phil@philpep.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= adsuck
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \
|
|
http://philpep.org/pub/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= phil@philpep.org
|
|
COMMENT= DNS relay for ad blocking
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent \
|
|
ldns:${PORTSDIR}/dns/ldns
|
|
|
|
USE_RC_SUBR= adsuck
|
|
|
|
USERS= _adsuck
|
|
GROUPS= _adsuck
|
|
|
|
SUB_FILES+= pkg-message
|
|
|
|
MAN8= adsuck.8
|
|
MANCOMPRESSED= yes
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/adsuck ${PREFIX}/sbin/
|
|
@${INSTALL_MAN} ${WRKSRC}/${MAN8}.gz ${MANPREFIX}/man/man8/
|
|
|
|
post-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/files/* ${EXAMPLESDIR}
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|