92f38f55f8
- remove mencoder dependency on mplayer, the two ports can now be installed independently. - remove dependency on liba52 as this is handled by internal libavcodec - correctly handle dependency on external libschroedinger PR: ports/149534 Submitted by: maintainer Tested by: Christopher Key [cjk32 cam.ac.uk]
33 lines
895 B
Text
33 lines
895 B
Text
# Contains the build infrastructural definitions for both
|
|
# mplayer and mencoder....the variables that we need to set
|
|
# before we include bsd.port.pre.mk
|
|
|
|
MPLAYER_SNAPSHOT_DATE= 2010-07-17
|
|
MPLAYER_PORT_VERSION= 1.0.r${MPLAYER_SNAPSHOT_DATE:S/-//g}
|
|
CATEGORIES?= multimedia audio
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
http://www.rrr.de/~riggs/mplayer/
|
|
DISTNAME= mplayer-${MPLAYER_PORT_VERSION:S/.r/rc/g}
|
|
WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE}
|
|
|
|
MAINTAINER?= riggs@rrr.de
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
|
TMPDIR="${WRKSRC}"
|
|
CONFIGURE_ARGS= --disable-bitmap-font \
|
|
--disable-liba52
|
|
|
|
WANT_GNOME= yes
|
|
WANT_SDL= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|