mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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)
31 lines
721 B
Makefile
31 lines
721 B
Makefile
# New ports collection makefile for: mpeg2play
|
|
# Date created: June 21, 1996
|
|
# Whom: "Philippe Charnier" <charnier@lirmm.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpeg2play
|
|
PORTVERSION= 1.1b
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to play mpeg-2 movies on X displays
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xp xt
|
|
USE_MOTIF= yes
|
|
ALL_TARGET= mpeg2play
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mpeg2play ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|