freebsd-ports/sysutils/cdbkup/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
597 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
.include <bsd.port.mk>