summaryrefslogtreecommitdiff
path: root/dns/posadis/Makefile
blob: 9e74c3c89e21e9b533d4595c730c6466a7896a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	posadis
# Date Created:				27 Feb 2003
# Whom:					Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#

PORTNAME=	posadis
PORTVERSION=	0.50.9
CATEGORIES=	dns
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	sergei@kolobov.com
COMMENT=	"Domain Name Server (DNS) implementation"

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS}" --disable-gtk

MAN1=		posadis.1 posctl.1 posask.1
MAN5=		posadis.conf.5 posadis-domains.conf.5
DOCS=		AUTHORS ChangeLog NEWS README TODO

post-patch:
	${RM} -f ${WRKSRC}/doc/posadis.info*

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>