head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2009.01.06.17.59.21;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.11.15.29.00;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2006.03.24.05.44.37;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2004.08.17.16.52.19;	author mi;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.05.23.51.46;	author nectar;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.03.14.07.58.23;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.12.14.24.01;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	vxquery
# Date created:				2004/02/11
# Whom:					nectar@@FreeBSD.org
#
# $FreeBSD: head/security/vxquery/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	vxquery
PORTVERSION=	0.2.1
CATEGORIES=	security textproc
MASTER_SITES=	http://www.vuxml.org/files/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	VuXML Query Tool

USE_BZIP2=	YES
GNU_CONFIGURE=	YES

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${PREFIX}/bin/vxquery

.include <bsd.port.mk>
@


1.8
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
2 years ago. Clean out the last traces of it.

With hat:	portmgr
@
text
@a18 7
# FreeBSD 5.x systems have expat in the base system.
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501111
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
.endif

d22 1
a22 1
.include <bsd.port.post.mk>
@


1.6
log
@Reset maintainer at his request; nectar is away from FreeBSD work right now.
@
text
@a16 1
USE_SIZE=	YES
@


1.5
log
@Don't require a particular version of libexpat. Use sh(1)'s `echo *'
instead of spawning off ls(1) in pkg_check.sh.

Approved by:	maintainer
@
text
@d13 1
a13 1
MAINTAINER=	nectar@@FreeBSD.org
@


1.4
log
@Update 0.2 -> 0.2.1

This is a minor update which only adds source compatibility
for GCC 2.95.  There is no change in functionality.
@
text
@d24 1
a24 1
LIB_DEPENDS=	expat.5:${PORTSDIR}/textproc/expat2
@


1.3
log
@Update vxquery 0.1 -> 0.2
@
text
@d9 1
a9 1
PORTVERSION=	0.2
@


1.2
log
@o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
@
text
@d9 1
a9 2
PORTVERSION=	0.1
PORTREVISION=	1
@


1.1
log
@Add VuXML Query Tool (vxquery) a simple utility for selecting entries
from a VuXML document by package name and version.
@
text
@d10 1
d25 1
a25 1
LIB_DEPENDS=	expat.4:${PORTSDIR}/textproc/expat2
@

