blob: 36e864138dd655446fd4eac95bdea5368a418693 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: usogres
# Date Created: 20 Aug, 2003
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= usogres
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://usogres.good-day.net/download/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Real-time backup utility for PostgreSQL
BROKEN= Leaves behind config file on deinstall
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
# To avoid syslogd load, add this parameter.
#MAKE_ARGS= NDEBUG=yes
post-patch:
cd ${WRKSRC}; ${CP} usogresrc usogresrc.sample
post-install:
[ -f ${PREFIX}/etc/usogresrc ] || \
${INSTALL_DATA} ${WRKSRC}/usogresrc ${PREFIX}/etc
.include <bsd.port.mk>
|