summaryrefslogblamecommitdiff
path: root/dns/sqldjbdns/Makefile
blob: 506f23fcac01dcb188258adaa2805ea6bf04c7a3 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                 
                    


                                                                
                                 



                                                      

                                                          

                   
















                                                                                 
                                   




                                                         






                                             
# New ports collection makefile for:	sqldjbdns
# Date created:		1 Sep 2004
# Whom:			Radim Kolar
#
# $FreeBSD$
#

PORTNAME=	sqldjbdns
PORTVERSION=	0.73
CATEGORIES=	dns
MASTER_SITES=	http://home.tiscali.cz:8080/~cz210552/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	DJB dns server with PostgreSQL backend

DJ_PORT?=	${PORTSDIR}/dns/djbdns
BUILD_DEPENDS=	${NONEXISTENT}:${DJ_PORT}:extract
RUN_DEPENDS=	setuidgid:${PORTSDIR}/sysutils/daemontools

USE_PGSQL=	YES

PORTDOCS=	ANNOUNCEMENT STATUS pgsqldns.html NEWS TODO README \
		pgsqldns-conf.html sqldns.html pgsqldns-schema.html
DJ_SRC=		`cd ${DJ_PORT} && make -V WRKSRC`
ALL_TARGET=	default
PLIST_FILES=	bin/dnsbench bin/pgsqldns bin/pgsqldns-conf bin/pgsqldnscache \
		share/examples/${PORTNAME}/create.sql
PLIST_DIRS=	share/examples/${PORTNAME}

pre-build:
		${CP} -R ${DJ_SRC} ${WRKSRC}/djbdns-1.05
		${PATCH} < ${WRKSRC}/djbdns-1.05.patch -d ${WRKSRC}/djbdns-1.05
		${MV} ${WRKSRC}/sqldns-schema.html ${WRKSRC}/pgsqldns-schema.html

post-install:
		${MKDIR} ${EXAMPLESDIR}
		${INSTALL_DATA}  ${WRKSRC}/create.sql ${EXAMPLESDIR}
.ifndef NOPORTDOCS
		${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>