freebsd-ports/databases/usogres/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

23 lines
477 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
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>