aboutsummaryrefslogtreecommitdiffstats
path: root/www/flashplugin/Makefile
blob: d54c04bc5888e9cf38e1723139cd98c650592c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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>