# New ports collection makefile for: dvdbackup # Date created: 2004-09-24 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= dvdbackup PORTVERSION= 0.1.1 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://dvd-create.sourceforge.net/ GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Backup content from DVD to hard disk LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/dvdbackup PORTDOCS= README 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 ry'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update 1.60.mat2017-03-27href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/log/devel/qmake4?h=gstreamer&id=0a9e5efb9de6b8811964b263c03b83ec89719f71&showmsg=1'>Expand)AuthorAgeFilesLines
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+1
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)gahr2013-02-141-2/+0
* KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-044-67/+85
* Partly revert the previous mkspec changes by using the upstream fix instead.rakuco2012-06-122-27/+23
* - Use another way to avoid hardcoded QMAKE_CC/QMAKE_CXXfluffy2012-06-122-8/+13