freebsd-ports/databases/usogres/Makefile
2015-04-12 11:04:22 +00:00

25 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= usogres
PORTVERSION= 0.8.1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://usogres.good-day.net/download/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Real-time backup utility for PostgreSQL
BROKEN= Unfetchable
GNU_CONFIGURE= yes
USES= gmake tar:bzip2
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
# To avoid syslogd load, add this parameter.
#MAKE_ARGS= NDEBUG=yes
post-patch:
cd ${WRKSRC}; ${CP} usogresrc usogresrc.sample
.include <bsd.port.mk>