0b03673fc0
This port installs an a.out binary which won't run on linux-netscape*. The REQ script aborts the installation when linux-netscape is installed. PR: ports/14093 Submitted by: Akinori MUSHA aka knu <knu@idaemons.org>
32 lines
894 B
Makefile
32 lines
894 B
Makefile
# New ports collection makefile for: flashplugin
|
|
# Version required: 0.4.3
|
|
# Date created: 3 October 1999
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= flash-0.4.3
|
|
PKGNAME= flashplugin-0.4.3
|
|
CATEGORIES= www graphics
|
|
MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
|
|
http://perso.club-internet.fr/odebon/flash/Linux/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
|
|
PATCHFILES= flash-0.4.3-fbsd-19990512.patch
|
|
|
|
MAINTAINER= knu@idaemons.org
|
|
|
|
MAKE_ENV+= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
|
|
PORTOBJFORMAT= aout
|
|
ALL_TARGET= libswf.so
|
|
|
|
do-install:
|
|
.if !defined(PACKAGE_BUILDING)
|
|
@PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
|
.endif
|
|
cd ${WRKSRC} && ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} libswf.so ${PREFIX}/lib/netscape/plugins
|
|
|
|
.include <bsd.port.mk>
|