mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ecd4c2b17b
which is compiled from the same source distribution will be a seperate port. PR: ports/14081 Submitted by: Akinori MUSHA <knu@idaemons.org>
24 lines
575 B
Makefile
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>
|