aboutsummaryrefslogtreecommitdiffstats
path: root/security/vxquery/Makefile
blob: 0145d027bf17e98baa4aacb7eeffaee264345c90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: 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

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

.include <bsd.port.mk>