summaryrefslogtreecommitdiff
path: root/www/jdresolve/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 18:02:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 18:02:30 +0000
commite53965ab2d5e6b84bbe15c8893b5c807658aa954 (patch)
treecc85767e5c5509bc760f8720f17a9cd8c9649e94 /www/jdresolve/Makefile
parentadd p5-Net-XWhois (diff)
add jdresolve
A IP addresse to hostname program for httpd log files PR: 28195 Submitted by: Christophe Labouisse <christophe@labouisse.org>
Notes
Notes: svn path=/head/; revision=44841
Diffstat (limited to 'www/jdresolve/Makefile')
-rw-r--r--www/jdresolve/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/www/jdresolve/Makefile b/www/jdresolve/Makefile
new file mode 100644
index 000000000000..2ff67f80ebc8
--- /dev/null
+++ b/www/jdresolve/Makefile
@@ -0,0 +1,41 @@
+# 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/files/
+
+MAINTAINER= christophe@labouisse.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+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>