openbsd-ports/x11/xtraceroute/Makefile

35 lines
956 B
Makefile
Raw Normal View History

2001-07-09 13:10:49 -04:00
# $OpenBSD: Makefile,v 1.18 2001/07/09 17:12:01 pvalchev Exp $
1999-03-22 12:24:37 -05:00
# $NetBSD: Makefile,v 1.4 1999/03/04 08:58:42 tron Exp $
COMMENT= "graphical version of traceroute"
1999-03-22 12:24:37 -05:00
DISTNAME= xtraceroute-0.8.14
CATEGORIES= net x11
NEED_VERSION= 1.402
1999-03-22 12:24:37 -05:00
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/
DISTFILES= xtraceroute-0.8.14.tar.gz ndg_files.tar.gz
1999-03-22 12:24:37 -05:00
HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/
1999-03-22 12:24:37 -05:00
LIB_DEPENDS= gtkgl.1.2::x11/gtkglarea \
tiff.35::graphics/tiff
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-10-31 18:54:38 -05:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-07-09 13:10:49 -04:00
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
1999-03-22 12:24:37 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute
${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute
${INSTALL_DATA} ${WRKDIR}/networks.cache ${PREFIX}/share/xtraceroute
1999-03-22 12:24:37 -05:00
.include <bsd.port.mk>