freebsd-ports/security/vxquery/Makefile
Muhammad Moinur Rahman 5f400d3291 security/vxquery: Fix build with llvm16
- Pet portclippy

Sponsored by:	The FreeBSD Foundation
2023-07-24 16:46:03 +02:00

19 lines
349 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
USE_CXXSTD= c++14
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>