- add HOMEPAGE to DESCR
- remove FAKE=Yes - GNU_CONFIGURE -> CONFIGURE_STYLE - add @comment with RCS id to PLIST
This commit is contained in:
parent
c59df500e5
commit
76434a56da
@ -1,18 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2000/04/16 16:25:17 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2000/07/26 23:52:39 brad Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/04 08:58:42 tron Exp $
|
||||
|
||||
DISTNAME= xtraceroute-0.8.14
|
||||
CATEGORIES= net x11
|
||||
NEED_VERSION= 1.234
|
||||
NEED_VERSION= 1.310
|
||||
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/
|
||||
DISTFILES= ${DISTNAME}.tar.gz \
|
||||
ndg_files.tar.gz
|
||||
DISTFILES= xtraceroute-0.8.14.tar.gz ndg_files.tar.gz
|
||||
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/
|
||||
|
||||
LIB_DEPENDS= intl::devel/gettext \
|
||||
MesaGL.3::graphics/Mesa \
|
||||
gtkgl.1.2::x11/gtkglarea \
|
||||
LIB_DEPENDS= gtkgl.1.2::x11/gtkglarea \
|
||||
tiff.35::graphics/tiff
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
@ -22,10 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -2,3 +2,5 @@ Xtraceroute is a graphical version of the traceroute program, which
|
||||
traces the route your IP packets travel to their destination.
|
||||
This version shows that on a rotating globe, as a series of yellow
|
||||
lines between 'sites', shown as small balls of different colors.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2000/07/26 23:52:39 brad Exp $
|
||||
bin/xtraceroute
|
||||
man/man1/xtraceroute.1
|
||||
share/xtraceroute/earth.tif
|
||||
|
Loading…
Reference in New Issue
Block a user