freebsd-ports/dns/gresolver/Makefile
Jean-Yves Lefort d8e8bd2e27 - Update to 0.0.4
- Remove spurious USE_GCC
- Do not install in the GNOME datadir anymore, as it is no longer needed by
  the GNOME panel
- Reformat and polish the Makefile
2005-09-06 15:13:28 +00:00

36 lines
1.1 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.4
CATEGORIES= dns
MASTER_SITES= http://jodrell.net/files/gresolver/
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A graphical DNS query tool using GTK+
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
do-build:
@${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/gresolver.pl > ${WRKSRC}/gresolver
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gresolver ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/gresolver.desktop ${PREFIX}/share/applications
${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/gresolver.png ${PREFIX}/share/pixmaps
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/gresolver.glade ${DATADIR}
.include <bsd.port.mk>