mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
f5ebd23a61
Remove the libXp dependency from a number of ports using imake and/or motif. libXp is being deprecated. The list of ports: audio/xmcd audio/xmmix deskutils/xmdiary ftp/llnlxdir ftp/llnlxftp graphics/SciPlot misc/xtar multimedia/mpeg2play
28 lines
680 B
Makefile
28 lines
680 B
Makefile
# Created by: "Philippe Charnier" <charnier@lirmm.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mpeg2play
|
|
PORTVERSION= 1.1b
|
|
PORTREVISION= 5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Program to play mpeg-2 movies on X displays
|
|
|
|
USES= imake motif xorg
|
|
USE_XORG= x11 xext xt
|
|
ALL_TARGET= mpeg2play
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mpeg2play ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
|
|
|
|
do-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|