freebsd-ports/www/linux-flashplugin9/Makefile
Boris Samorodov 0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: linux-flashplugin9
# Date created: 28 May 2004
# Whom: Jamie Jones <jamie@bishopston.net>
#
# $FreeBSD$
#
PORTNAME= flashplugin
PORTVERSION= 9.0r159
CATEGORIES= www multimedia linux
MASTER_SITES= http://download.macromedia.com/pub/flashplayer/installers/current/9/:plugin \
http://tijl.ulyssis.be/mirror/:suplib
PKGNAMEPREFIX= linux-
DISTFILES= install_flash_player_9.tar.gz:plugin \
libflashsupport.so:suplib
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_ONLY= install_flash_player_9.tar.gz
MAINTAINER= jamie@bishopston.net
COMMENT= Adobe Flash Player NPAPI Plugin
ONLY_FOR_ARCHS= amd64 i386
USE_LINUX= yes
USE_LINUX_APPS= openssl
RESTRICTED= Redistribution not allowed
RESTRICTED_FILES= ${DISTFILES:Nlibflashsupport*:C/:[^:]+$//}
NO_BUILD= yes
WRKSRC= ${WRKDIR}/install_flash_player_9_linux
LATEST_LINK= flash9
USE_NPAPI= linux-*
NPAPI_FILES= libflashplayer.so
CONFLICTS= linux-flashplugin-7*
post-install:
@${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/libflashsupport.so ${LINUXBASE}/usr/lib
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi"
.include <bsd.port.post.mk>