c9ea361463
on sdl12-1.2.5
35 lines
745 B
Makefile
35 lines
745 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: tosvcd
|
|
# Date created: Oct 25, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tosvcd
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://linvdr.org/download/tosvcd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SVCD transcoder
|
|
|
|
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.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
|
BROKEN= "Does not compile on alpha or amd64"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|