freebsd-ports/multimedia/mpeg2play/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

28 lines
685 B
Makefile

# New ports collection makefile for: mpeg2play
# Version required: 1.1b
# Date created: June 21, 1996
# Whom: "Philippe Charnier" <charnier@lirmm.fr>
#
# $Id: Makefile,v 1.3 1997/08/12 06:55:47 charnier Exp $
#
DISTNAME= mpeg2play-1.1b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/
DISTFILES= mpeg2play-1.1b.tar.gz
MAINTAINER= charnier@lirmm.fr
USE_X_PREFIX= yes
USE_IMAKE= yes
REQUIRES_MOTIF= yes
ALL_TARGET= mpeg2play
do-install:
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/mpeg2play ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>