df1f02e4be
- Add LICENSE - Add stage support while here - Use options helpers - Remove extra spaces from WWW PR: ports/185314 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
32 lines
729 B
Makefile
32 lines
729 B
Makefile
# Created by: glarkin
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rsvndump
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Remote Subversion repository dumpfile generator
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-svn=${LOCALBASE}
|
|
|
|
PLIST_FILES= bin/rsvndump
|
|
|
|
DOCS_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
|
|
xmlto:${PORTSDIR}/textproc/xmlto
|
|
DOCS_PLIST_FILES= man/man1/rsvndump.1.gz
|
|
DOCS_CONFIGURE_ENABLE= man
|
|
|
|
NLS_USES= gettext
|
|
NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/rsvndump.mo
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|