mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
29 lines
619 B
Makefile
29 lines
619 B
Makefile
# Created by: Kay Lehmann
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdbkup
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/release-1-0
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar)
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/eject:sysutils/eject \
|
|
cdrecord:sysutils/cdrtools
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= perl5
|
|
CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/sbin
|
|
|
|
PORTDOCS= README TODO COMPLIANCE
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|