2004-04-02 02:21:51 -05:00
|
|
|
# New ports collection makefile for: cdbkup
|
|
|
|
# Date created: 19 May 2003
|
|
|
|
# Whom: Kay Lehmann
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cdbkup
|
|
|
|
PORTVERSION= 1.0
|
2004-06-02 13:17:31 -04:00
|
|
|
PORTREVISION= 1
|
2004-04-02 02:21:51 -05:00
|
|
|
CATEGORIES= sysutils
|
2009-08-21 20:35:32 -04:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/release-1-0
|
2004-04-02 02:21:51 -05:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
|
|
|
|
2006-12-28 19:31:39 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-03 09:28:29 -05:00
|
|
|
COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar)
|
2004-04-02 02:21:51 -05:00
|
|
|
|
2007-01-31 09:07:59 -05:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject
|
2004-04-02 02:21:51 -05:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PERL5= yes
|
2007-01-31 09:07:59 -05:00
|
|
|
USE_CDRTOOLS= yes
|
2004-04-02 02:21:51 -05:00
|
|
|
CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/sbin
|
|
|
|
|
|
|
|
MAN1= cdbkup.1 cdappend.1 cdcat.1 cdrstr.1 cdsplit.1
|
|
|
|
PORTDOCS= README TODO COMPLIANCE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|