mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
27 lines
537 B
Makefile
27 lines
537 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: tosvcd
|
|
# Date created: Oct 25, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tosvcd
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://muse.seh.de/tosvcd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPNDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \
|
|
vcdimager:${PORTSDIR}/graphics/vcdimager
|
|
|
|
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>
|