# New ports collection makefile for: sysutils/bashburn # Date created: 24 august 2007 # Whom: Martin Tournoij # # $FreeBSD$ # PORTNAME= bashburn PORTVERSION= 2.1.1 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= BashBurn-${PORTVERSION} MAINTAINER= carpetsmoker@xs4all.nl COMMENT= CD burning bash script RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash NO_BUILD= yes USE_CDRTOOLS= yes OPTIONS= CDRDAO "Disk-At-Once Recording" on \ DVDTOOLS "Frontend to master DVD media" on \ EJECT "Ejecting the CD/DVD drive" on \ FLAC "Free Lossless Audio Codec" on \ LAME "LGPL MP3 encoder" on \ MPG123 "Mpg audio player (for MP3-decompression)" on \ NORMALIZE "An audio file volume normalizer" on \ SUDO "To allow non-privileged users to burn CD's" on \ VORBIS "ogg/vorbis audio encoding/decoding" on .include .if !defined(WITHOUT_CDRDAO) RUN_DEPENDS+= ${LOCALBASE}/bin/cdrdao:${PORTSDIR}/sysutils/cdrdao .endif .if !defined(WITHOUT_DVDTOOLS) RUN_DEPENDS+= ${LOCALBASE}/bin/dvd+rw-mediainfo:${PORTSDIR}/sysutils/dvd+rw-tools .endif .if !defined(WITHOUT_EJECT) RUN_DEPENDS+= ${LOCALBASE}/sbin/eject:${PORTSDIR}/sysutils/eject .endif .if !defined(WITHOUT_FLAC) RUN_DEPENDS+= ${LOCALBASE}/bin/flac:${PORTSDIR}/audio/flac .endif .if !defined(WITHOUT_LAME) RUN_DEPENDS+= ${LOCALBASE}/bin/lame:${PORTSDIR}/audio/lame .endif .if !defined(WITHOUT_MPG123) RUN_DEPENDS+= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 .endif .if !defined(WITHOUT_NORMALIZE) RUN_DEPENDS+= ${LOCALBASE}/bin/normalize:${PORTSDIR}/audio/normalize .endif .if !defined(WITHOUT_SUDO) RUN_DEPENDS+= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo .endif .if !defined(WITHOUT_VORBIS) RUN_DEPENDS+= ${LOCALBASE}/bin/ogg123:${PORTSDIR}/audio/vorbis-tools .endif post-patch: @${REINPLACE_CMD} 's|/etc/|${PREFIX}/etc/|' \ ${WRKSRC}/BashBurn.sh @${REINPLACE_CMD} 's|/usr/local/BashBurn|${DATADIR}|' \ ${WRKSRC}/bashburnrc do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/BashBurn.sh ${PREFIX}/bin/bashburn ${INSTALL_DATA} ${WRKSRC}/bashburnrc ${PREFIX}/etc/bashburnrc.sample cd ${WRKSRC} && ${CP} -Rfp \ burning config convert lang menus misc func ${DATADIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} .include /lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add PERL_LEVEL checksunpoet2017-06-171-3/+9
* Update to 1.6004sunpoet2017-02-062-4/+4
* Update to 1.6003sunpoet2017-01-132-4/+4
* - Update to 1.6002sunpoet2016-12-052-4/+4
* - Update to 1.6001sunpoet2016-11-262-5/+5
* - Update to 1.6000sunpoet2016-11-202-12/+7
* - Update to 1.51sunpoet2016-04-292-4/+4
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
* - Update to 1.49sunpoet2016-01-132-4/+4
* - Update to 1.46sunpoet2015-12-042-3/+3
* - Update to 1.45sunpoet2015-11-122-4/+4
* - Update to 1.44sunpoet2015-11-052-4/+4
* - Update to 1.43sunpoet2015-10-052-4/+4
* - Update to 1.40jadawin2015-08-202-3/+3
* - Update to 1.39sunpoet2015-08-193-5/+7
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-141-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-8/+3
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
* - Update to 1.38jadawin2014-05-212-4/+4
* Support STAGEDIR.vanilla2013-11-052-6/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new Uses/perl5.mk frameworkaz2013-07-311-6/+3
* - Fix LICENSE (Artistic 1 instead of Artistic 2)culot2011-10-071-1/+1
* - Update to 1.37sunpoet2011-09-102-7/+9
* - Really update to 1.36jadawin2011-05-172-3/+3
* - Update to 1.36jadawin2011-05-161-0/+3
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - Update to 1.32wen2010-09-262-5/+4
* math/p5-Math-BigInt is part of perl core modules since at least 5.6+bapt2010-09-221-3/+1
* - Fix problem build with -lgmpsylvio2010-07-261-0/+5
* Switch to use newer GMP version.ale2010-04-191-2/+2
* Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* - Update to 1.24miwi2007-08-062-4/+4
* - Update to 1.23miwi2007-07-292-4/+4
* Update to 1.22erwin2007-06-052-4/+4
* - Update to 1.21miwi2007-04-182-4/+4
* Update to 1.20mat2007-04-102-4/+4