2003-08-20 13:22:45 +02:00
|
|
|
# New ports collection makefile for: usogres
|
|
|
|
# Date Created: 20 Aug, 2003
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= usogres
|
|
|
|
PORTVERSION= 0.8.1
|
2007-02-26 15:41:04 +01:00
|
|
|
PORTREVISION= 2
|
2003-08-20 13:22:45 +02:00
|
|
|
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
|
|
|
|
USE_GMAKE= yes
|
2007-02-26 15:41:04 +01:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2003-08-20 13:22:45 +02:00
|
|
|
|
2003-09-07 14:34:16 +02:00
|
|
|
# To avoid syslogd load, add this parameter.
|
|
|
|
#MAKE_ARGS= NDEBUG=yes
|
|
|
|
|
2003-08-20 13:22:45 +02:00
|
|
|
post-patch:
|
|
|
|
cd ${WRKSRC}; ${CP} usogresrc usogresrc.sample
|
|
|
|
|
|
|
|
post-install:
|
2007-02-26 15:41:04 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-08-20 13:22:45 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|