add dvdbackup
Backup content from a DVD to hard disk PR: ports/72091 Approved by: adamw (mentor)
This commit is contained in:
parent
2be084a4f2
commit
6a4e8d0ded
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122244
4 changed files with 40 additions and 0 deletions
|
@ -108,6 +108,7 @@
|
|||
SUBDIR += duplicity
|
||||
SUBDIR += durep
|
||||
SUBDIR += dvd+rw-tools
|
||||
SUBDIR += dvdbackup
|
||||
SUBDIR += dvdtape
|
||||
SUBDIR += dwatch
|
||||
SUBDIR += e2fsprogs
|
||||
|
|
34
sysutils/dvdbackup/Makefile
Normal file
34
sysutils/dvdbackup/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: dvdbackup
|
||||
# Date created: 2004-09-24
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dvdbackup
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://dvd-create.sourceforge.net/
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Backup content from DVD to hard disk
|
||||
|
||||
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PLIST_FILES= bin/dvdbackup
|
||||
PORTDOCS= README
|
||||
USE_REINPLACE= yes
|
||||
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/dvdbackup ${CFLAGS} -I${LOCALBASE}/include \
|
||||
-L${LOCALBASE}/lib -ldvdread ${WRKSRC}/src/dvdbackup.c
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/dvdbackup ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/dvdbackup/distinfo
Normal file
2
sysutils/dvdbackup/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (dvdbackup-0.1.1.tar.gz) = 53a071d1def5ee49d702a4dd080d25ac
|
||||
SIZE (dvdbackup-0.1.1.tar.gz) = 24806
|
3
sysutils/dvdbackup/pkg-descr
Normal file
3
sysutils/dvdbackup/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Backup content from DVD to hard disk
|
||||
|
||||
WWW: http://dvd-create.sourceforge.net/
|
Loading…
Reference in a new issue