aboutsummaryrefslogblamecommitdiff
path: root/dns/ironsides/Makefile
blob: 6709cf711c3a14a8b7bacb2ce6f85cacd054c6e1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                         
                                  
                 

                                                    
                                                   
 
                                 
                                                                       





                                                                     
                                                                           
 
                                
                                                   
                          
                                               

                                                      
 

                        
             


                                                                        
# Created by: John Marino <marino@FreeBSD.org>

PORTNAME=	ironsides
PORTVERSION=	${SNAPSHOT:S/_//g}
PORTREVISION=	2
CATEGORIES=	dns
MASTER_SITES=	http://ironsides.martincarlisle.com/
DISTNAME=	ironsides_authoritative-${SNAPSHOT}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Authoritative DNS server formally verified by SPARK/Ada

LICENSE=	Ironsides
LICENSE_NAME=	IRONSIDES - Free software, unlimited redistribution
LICENSE_FILE=	${WRKSRC}/COPYRIGHT.txt
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

BUILD_DEPENDS=	${LOCALBASE}/include/spark2012/spark.ads:devel/libspark2012

USES=		ada dos2unix zip
DOS2UNIX_FILES=	dfcs.usafa.edu.zonefile ironsides.1
SNAPSHOT=	2015_04_15
WRKSRC=		${WRKDIR}/${DISTFILES:S/.zip//}
PLIST_FILES=	sbin/ironsides man/man1/ironsides.1.gz
PORTEXAMPLES=	dfcs.usafa.edu.zonefile

OPTIONS_DEFINE=	EXAMPLES

post-extract:
	@${CP} ${FILESDIR}/ironsides.gpr ${FILESDIR}/Makefile ${WRKSRC}/

.include <bsd.port.mk>