freebsd-ports/graphics/flashplayer/Makefile
Pav Lucistnik 8412bbffb5 - Fix braino in MASTER_SITES: MASTER_SITE_SUBDIR -> MASTER_SITE_SOURCEFORGE
Reported by:	pointyhat via kris
Pointy hat:	pav
2004-10-26 21:45:22 +00:00

28 lines
597 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.12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gplflash
DISTNAME= gplflash-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GPL standalone Flash (TM) player
LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash
WRKSRC= ${WRKDIR}/${DISTNAME}/player
USE_BZIP2= yes
USE_X_PREFIX= yes
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/swfplayer
.include <bsd.port.mk>