aboutsummaryrefslogtreecommitdiff
path: root/security/vxquery/Makefile
blob: d2d94afff5e7e528926fe58152f77bc9f739e769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	vxquery
PORTVERSION=	0.2.1
CATEGORIES=	security textproc
MASTER_SITES=	http://www.vuxml.org/files/

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

LICENSE=	BSD2CLAUSE

USES=	tar:bzip2
GNU_CONFIGURE=	yes

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

.include <bsd.port.mk>