1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/databases/usogres/Makefile
2014-02-14 15:40:10 +00:00

25 lines
482 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
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= gmake
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>