forked from Lainports/freebsd-ports
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
29 lines
684 B
Makefile
29 lines
684 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.13
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/gplflash
|
|
DISTNAME= gplflash-${PORTVERSION}
|
|
|
|
MAINTAINER= llwang@infor.org
|
|
COMMENT= GPL standalone Flash (TM) player
|
|
|
|
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>
|