mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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>
|