mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ceba211283
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
28 lines
685 B
Makefile
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>
|