1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/rsvndump/Makefile
Greg Larkin 3c3202c1a2 - Fixed custom LOCALBASE/PREFIX build
- Bumped PORTREVISION

Reported by:	QATty
2009-06-14 23:29:54 +00:00

43 lines
926 B
Makefile

# New ports collection makefile for: rsvndump
# Date created: 2008-10-12
# Whom: glarkin
#
# $FreeBSD$
#
PORTNAME= rsvndump
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://saubue.boolsoft.org/projects/rsvndump/ \
LOCAL/glarkin
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Remote Subversion repository dumpfile generator
GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_FILES+= share/locale/de/LC_MESSAGES/rsvndump.mo
.else
CONFIGURE_ARGS+= --disable-nls
.endif
CONFIGURE_ARGS+= --enable-man \
--with-svn=${LOCALBASE}
MAN1= rsvndump.1
PLIST_FILES+= bin/rsvndump
.include <bsd.port.pre.mk>
BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
xmlto:${PORTSDIR}/textproc/xmlto
.if !exists(${APR_APU_DIR}/${APR_CONFIG})
BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr
.endif
BUILD_DEPENDS+= subversion>=0:${PORTSDIR}/devel/subversion
.include <bsd.port.post.mk>