freebsd-ports/graphics/flashplayer/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

28 lines
535 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.10
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.swift-tools.com/Flash/
DISTNAME= flash-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= flash.0:${.CURDIR}/../libflash
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/Player
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/
.include <bsd.port.mk>