33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
35 lines
770 B
Makefile
35 lines
770 B
Makefile
# New ports collection makefile for: mpeg_play
|
|
# Date created: 17 December 1994
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpeg_play
|
|
PORTVERSION= 2.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ \
|
|
ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/
|
|
EXTRACT_SUFX= -patched-src.tar.gz
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= A program to play mpeg movies on X displays
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_play
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAN1= mpeg_play.1
|
|
PLIST_FILES= bin/mpeg_play
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64"
|
|
BROKEN= Does not compile on ia64
|
|
.endif
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile
|
|
${CP} ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man
|
|
|
|
.include <bsd.port.post.mk>
|