aboutsummaryrefslogtreecommitdiffstats
path: root/security/vxquery/Makefile
blob: 3d9a3c6fd99e023155f5fc6868680d27d95d3b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    vxquery
# Date created:             2004/02/11
# Whom:                 nectar@FreeBSD.org
#
# $FreeBSD$
#

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

# 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

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

.include <bsd.port.post.mk>