mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# Created by: nectar@FreeBSD.org
|
|
|
|
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>
|