1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/multimedia/tosvcd/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
635 B
Makefile

# ex:ts=8
# Ports collection makefile for: tosvcd
# Date created: Oct 25, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tosvcd
PORTVERSION= 0.9
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://linvdr.org/download/tosvcd/
MAINTAINER= ports@FreeBSD.org
COMMENT= SVCD transcoder
ONLY_FOR_ARCHS= i386
RUN_DEPENDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
vcdimager:${PORTSDIR}/multimedia/vcdimager
PLIST_FILES= bin/tosvcd
USE_BZIP2= yes
USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ENV= CC="${CXX}" CFLAGS="${CXXFLAGS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.mk>