freebsd-ports/www/flashplugin/Makefile
Chris Piazza 63f4bcf9d7 BROKEN on 4.0 and clean up some ambiguities about this being
official from macromedia or not (etc).

PR:		16628
Submitted by:	"Akinori -Aki- MUSHA" <knu@idaemons.org>
2000-02-12 08:54:54 +00:00

45 lines
1.2 KiB
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400000
BROKEN= "This port will only build a broken binary under FreeBSD 4.0 or later. Try pkg_add'ing 3-STABLE's package with compat30 installed."
.endif
USE_XLIB= yes
MAKE_ENV= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
PORTOBJFORMAT= aout
ALL_TARGET= libswf.so
pre-build:
.if !exists(/usr/lib/aout/c++rt0.o)
@${CAT} ${FILESDIR}/message.nolib
@${FALSE}
.endif
do-install:
.if !defined(PACKAGE_BUILDING)
@PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
.endif
${MKDIR} ${PREFIX}/lib/netscape/plugins
cd ${WRKSRC} && ${SETENV} OBJFORMAT=aout ${INSTALL_PROGRAM} libswf.so ${PREFIX}/lib/netscape/plugins
.include <bsd.port.post.mk>