1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/rnv/Makefile
Sergey Skvortsov 936ff60c29 Update to 1.7.10
PR:		ports/120712
Submitted by:	Felippe de Meirelles Motta <lippemail xx gmail.com>
2008-04-10 08:24:55 +00:00

27 lines
499 B
Makefile

# New ports collection makefile for: rnv
# Date created: 22 Jan 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= rnv
PORTVERSION= 1.7.10
CATEGORIES= textproc devel
MASTER_SITES= SF
MAINTAINER= skv@FreeBSD.org
COMMENT= Relax NG Compact Syntax validator
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-expat="${LOCALBASE}"
PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck
MAN1= rnv.1
.include <bsd.port.mk>