mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d726ccd9e4
Submitted by: marius
34 lines
851 B
Makefile
34 lines
851 B
Makefile
# New ports collection makefile for: cdbkup
|
|
# Date created: 19 May 2003
|
|
# Whom: Kay Lehmann
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cdbkup
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
|
|
|
MAINTAINER= kay_lehmann@web.de
|
|
COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar)
|
|
|
|
BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \
|
|
${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject
|
|
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \
|
|
${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5= yes
|
|
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>
|