1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/rnv/Makefile
Tijl Coosemans eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00

24 lines
494 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
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}"
PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck man/man1/rnv.1.gz
.include <bsd.port.mk>