head	1.10;
access;
symbols
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.7
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	v04:1.1.1.1
	MCNETT:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2005.07.13.14.34.25;	author pav;	state dead;
branches;
next	1.9;

1.9
date	2004.02.06.13.12.44;	author trevor;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.21.14.01.36;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2001.02.05.15.33.57;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2000.12.30.19.10.31;	author sf;	state Exp;
branches;
next	1.5;

1.5
date	2000.08.03.09.26.48;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.10.00.07.21;	author cpiazza;	state Exp;
branches;
next	1.3;

1.3
date	2000.03.30.20.39.40;	author nectar;	state Exp;
branches;
next	1.2;

1.2
date	99.08.31.02.43.31;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.03.31.06.24.17;	author taoka;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.03.31.06.24.17;	author taoka;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- Remove www/wmnetselect, it's dead (last release 2000), no longer useful
  and unfetchable

PR:		ports/83184
Submitted by:	David McNett <nugget@@slacker.com> (maintainer)
@
text
@# New ports collection makefile for:   wmnetselect
# Date created:        7 March 1999
# Whom:                David McNett <nugget@@slacker.com>
#
# $FreeBSD: ports/www/wmnetselect/Makefile,v 1.9 2004/02/06 13:12:44 trevor Exp $
#

PORTNAME=	wmnetselect
PORTVERSION=	0.8
CATEGORIES=	www windowmaker
MASTER_SITES=	http://home.att.net/~apathos/code/

MAINTAINER=	nugget@@slacker.com
COMMENT=	WindowMaker Netscape launcher to display urls from X selection

PLIST_FILES=	bin/wmnetselect
USE_IMAKE=	yes
USE_XPM=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wmnetselect ${X11BASE}/bin

.include <bsd.port.mk>
@


1.9
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@De-pkg-comment.
@
text
@d16 1
@


1.7
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/wmnetselect/Makefile,v 1.6 2000/12/30 19:10:31 sf Exp $
d14 1
@


1.6
log
@use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.

PR:		   23695
Submitted by:	   myself
Non-responce from: maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/wmnetselect/Makefile,v 1.5 2000/08/03 09:26:48 asami Exp $
d9 1
a9 1
PORTVERSION= 	0.8
@


1.5
log
@(1) Add new variable, XFREE86_VERSION, to specify which version of
    XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/wmnetselect/Makefile,v 1.4 2000/04/10 00:07:21 cpiazza Exp $
a16 1
NO_INSTALL_MANPAGES=	yes
@


1.4
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/wmnetselect/Makefile,v 1.3 2000/03/30 20:39:40 nectar Exp $
a14 2
LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm

d16 1
@


1.3
log
@Update 0.4 -> 0.8 after MAINTAINER timeout.
@
text
@a1 1
# Version required:    0.4
d5 1
a5 1
# $FreeBSD: ports/www/wmnetselect/Makefile,v 1.2 1999/08/31 02:43:31 peter Exp $
d8 2
a9 1
DISTNAME=	wmnetselect-0.8
@


1.2
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d9 1
a9 1
DISTNAME=	wmnetselect-0.4
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
@


1.1.1.1
log
@WindowMaker Netscape launcher to display urls from X selection

PR:		ports/10467
Submitted by:	David McNett  <nugget@@slacker.com>
@
text
@@
