aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/flashplayer/Makefile
blob: f1b9b8ca177ab89c42addbe5e3c62e982ba34606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.13
PORTREVISION=   5
CATEGORIES= graphics
MASTER_SITES=   SF/gplflash/gplflash/${PORTVERSION}
DISTNAME=   gplflash-${PORTVERSION}

MAINTAINER= llwang@infor.org
COMMENT=    GPL standalone Flash (TM) player

DEPRECATED= Depends on deprecated ../libflash
EXPIRATION_DATE=    2011-09-30

LIB_DEPENDS=    flash.0:${PORTSDIR}/graphics/libflash

WRKSRC=     ${WRKDIR}/${DISTNAME}/player
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_XORG=   x11 xaw xkbfile
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"   \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_WRKSRC=   ${WRKDIR}/${DISTNAME}
PLIST_FILES=    bin/swfplayer

.include <bsd.port.mk>