1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/vxquery/Makefile
2014-02-25 12:41:48 +00:00

19 lines
354 B
Makefile

# 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>