aboutsummaryrefslogblamecommitdiffstats
path: root/www/jdresolve/Makefile
blob: 76d131e35c6120a69f07214cd73cf08e2cb612f0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                                                      
                                                           
                                        
                                                                     
 
                                                                                                  
                                
                   





















                                                                    
# ex:ts=8
# New ports collection makefile for:   jdresolve
# Date created:        15 June 2001
# Whom:                Christophe Labouisse <christophe@labouisse.org>
#
# $FreeBSD$
#

PORTNAME=   jdresolve
PORTVERSION=    0.6.1
CATEGORIES= www
MASTER_SITES=   http://www.jdrowell.com/projects/jdresolve/

MAINTAINER= christophe@labouisse.org
COMMENT=    A IP addresse to hostname program for httpd log files

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_BZIP2=  yes
USE_PERL5=  yes
NO_BUILD=   yes

MANCOMPRESSED=  no
MAN1=   rhost.1 jdresolve.1

DOC1=   AUTHORS BUGS CHANGELOG COPYING CREDITS INSTALL README TODO

do-install:
.for file in jdresolve rhost
    ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${MAN1PREFIX}/man/man1
.endfor

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/jdresolve
.for i in ${DOC1}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/jdresolve
.endfor
.endif

.include <bsd.port.mk>