aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rnv/Makefile
blob: 0969ed7f0189d0ae157d58a296ca510eab1d6814 (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
25
26
# 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/${PORTNAME}/Sources/${PORTVERSION}

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>