1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/multimedia/mpeg2play/Makefile

24 lines
523 B
Makefile
Raw Normal View History

# New ports collection makefile for: mpeg2play
# Date created: June 21, 1996
# Whom: "Philippe Charnier" <charnier@lirmm.fr>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= mpeg2play
PORTVERSION= 1.1b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/
MAINTAINER= charnier@lirmm.fr
USE_IMAKE= yes
REQUIRES_MOTIF= yes
ALL_TARGET= mpeg2play
do-install:
2000-03-31 03:23:30 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/mpeg2play ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>