mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
96c7890368
Respect X11BASE. PR: ports/21369 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury)
28 lines
679 B
Makefile
28 lines
679 B
Makefile
# New ports collection makefile for: flashplayer
|
|
# Date created: 2 October 1999
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= flashplayer
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
|
|
http://perso.club-internet.fr/odebon/flash/Linux/
|
|
DISTNAME= flash-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
|
PATCHFILES= flash-0.4.3-fbsd-19990512.patch
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= swfplayer
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/swfplayer ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|