freebsd-ports/graphics/flashplayer/Makefile
Dan Moschuk ecd4c2b17b This is a standalone Macromedia Flash player. The Netscape plugin
which is compiled from the same source distribution will be a
seperate port.

PR: ports/14081
Submitted by: Akinori MUSHA <knu@idaemons.org>
1999-10-02 16:15:35 +00:00

24 lines
575 B
Makefile

# New ports collection makefile for: flashplayer
# Version required: 0.4.3
# Date created: 2 October 1999
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
DISTNAME= flash-0.4.3
PKGNAME= flashplayer-0.4.3
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
http://perso.club-internet.fr/odebon/flash/Linux/
EXTRACT_SUFX= .tgz
MAINTAINER= knu@idaemons.org
USE_X_PREFIX= yes
do-install:
cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin
.include <bsd.port.mk>