# New ports collection makefile for: dvbcut # Date created: Mon Dec 19 23:20:01 CET 2005 # Whom: se@freebsd.org # # $FreeBSD$ # PORTNAME= dvbcut PORTVERSION= 0.5.3 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=dvbcut DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= Qt application for cutting of MPEG PS and MPEG TS streams (DVB) BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ mplayer:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer LIB_DEPENDS= avutil.1:${PORTSDIR}/multimedia/ffmpeg-devel \ ao.3:${PORTSDIR}/audio/libao WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_QT_VER= 3 ALL_TARGET= build MAKE_ENV= QTDIR=${QT_PREFIX} FFMPEG=${PREFIX} LDFLAGS="${LDFLAGS}" CFLAGS+= -pthread LDFLAGS+= -pthread MAN1= dvbcut.1 PLIST_FILES= bin/dvbcut do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/dvbcut ${TARGETDIR}/bin/ ${INSTALL_MAN} ${WRKSRC}/dvbcut.1 ${TARGETDIR}/man/man1/ .include git/cgit.cgi/'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Archive-SimpleExtractor
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-4/+4
* - Add some NO_ARCH'esamdmi32015-08-261-0/+1
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-5/+4
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26