1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/vxquery/Makefile
Erwin Lansing 0ca34eb9ed USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
2 years ago. Clean out the last traces of it.

With hat:	portmgr
2006-06-11 15:29:01 +00:00

30 lines
670 B
Makefile

# New ports collection makefile for: vxquery
# Date created: 2004/02/11
# Whom: 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
# FreeBSD 5.x systems have expat in the base system.
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501111
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/object/vxquery ${PREFIX}/bin/vxquery
.include <bsd.port.post.mk>