summaryrefslogtreecommitdiff
path: root/textproc/rnv/Makefile
blob: 18e3aa52e4f0a6cb323f0f10cc392be5212de89c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	rnv
PORTVERSION=	1.7.11
PORTREVISION=	1
CATEGORIES=	textproc devel
MASTER_SITES=	SF/${PORTNAME}/Sources/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Relax NG Compact Syntax validator

LICENSE=	BSD3CLAUSE

LIB_DEPENDS=	libexpat.so:textproc/expat2

USES=		tar:xz
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-expat="${LOCALBASE}"

CONFLICTS_INSTALL=	arx-libertatis # bin/arx

PLIST_FILES=	bin/arx bin/rnv bin/rvp bin/xsdck man/man1/rnv.1.gz

.include <bsd.port.mk>