1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/dns/gresolver/Makefile
Edwin Groothuis 2926ccd9e6 [MAINTAINER] dns/nsd: update to 2.2.0
- Update to 2.2.0
	With this release nsd no longer requires named-xfer to be
	present on the system.

	I also changed the options to a configure script.

	Added file(s):
	- scripts/configure.nsd

PR:		ports/76412
Submitted by:	Olafur Osvaldsson <oli@isnic.is>
2005-02-07 21:51:13 +00:00

48 lines
1.4 KiB
Makefile

# New ports collection makefile for: gresolver
# Date created: 23 Oct 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= gresolver
PORTVERSION= 0.0.3
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://jodrell.net/files/gresolver/
MAINTAINER= jylefort@brutele.be
COMMENT= A graphical DNS query tool using GTK+
USE_GCC= 4.0
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML.pm:${PORTSDIR}/x11-toolkits/p5-Glade2 \
${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr
USE_X_PREFIX= yes
NO_BUILD= yes
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
post-patch:
@${SED} -e \
's|share/pixmaps|share/gnome/pixmaps| ; \
s|@PREFIX@|${PREFIX}|' \
${WRKSRC}/gresolver.pl > ${WRKSRC}/gresolver
@${REINPLACE_CMD} -e 's|Icon=gresolver|&.png|' ${WRKSRC}/gresolver.desktop
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/gresolver ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/gnome/applications
${INSTALL_DATA} ${WRKSRC}/gresolver.desktop ${PREFIX}/share/gnome/applications
${MKDIR} ${PREFIX}/share/gnome/pixmaps
${INSTALL_DATA} ${WRKSRC}/gresolver.png ${PREFIX}/share/gnome/pixmaps
${MKDIR} ${PREFIX}/share/gresolver
${INSTALL_DATA} ${WRKSRC}/gresolver.glade ${PREFIX}/share/gresolver
.include <bsd.port.post.mk>