blob: a1a6a3fa234a2084a91b2e1b92ff5e5e446e0b3c (
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
36
|
# New ports collection makefile for: flexbackup
# Version required: 0.9.8
# Date created: Wed Nov 3 17:58:26 MST 1999
# Whom: John Reynolds <jreynold@primenet.com>
#
# $FreeBSD$
#
DISTNAME= flexbackup-0.9.8
CATEGORIES= sysutils
MASTER_SITES= http://www.bluecherry.net/~edwinh/flexbackup/tarball/ \
http://members.home.com/flexbackup/tarball/ \
http://metalab.unc.edu/pub/linux/system/backup/
MAINTAINER= jreynold@primenet.com
RUN_DEPENDS= afio:${PORTSDIR}/sysutils/afio \
buffer:${PORTSDIR}/misc/buffer
NO_BUILD = yes
USE_PERL5 = yes
post-configure:
@cp ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
@cp ${WRKSRC}/README ${WRKSRC}/flexbackup.README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/flexbackup
${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/flexbackup
${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup
post-install:
@cat ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
|