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

USES=   tar:bzip2
GNU_CONFIGURE=  yes

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

.include <bsd.port.mk>