opnsense-ports/security/vxquery/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

17 lines
330 B
Makefile

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>