1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/www/flashpluginwrapper/Makefile
2003-12-27 21:40:49 +00:00

40 lines
1.1 KiB
Makefile

# New ports collection makefile for: flashpluginwrapper
# Date Created: 13 November 2002
# Whom: Pete Fritchman <petef@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flashpluginwrapper
PORTVERSION= 0.20021113
CATEGORIES= www linux
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://absolutbsd.org/~petef/
MASTER_SITE_SUBDIR= petef
MAINTAINER= nork@FreeBSD.org
COMMENT= A wrapper allowing use of linux-flashplugin with native mozilla
RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin
USE_XLIB= yes
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
PKGMESSAGE= ${WRKDIR}/pkg-message
CONFLICTS= linuxpluginwrapper-*
IGNORE= "Please use www/linuxpluginwrapper. This port should be obsolated. But, if you cannot use it by any reason, please set NO_IGNORE and you can use this."
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
-e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},' \
-e 's,%%LOCALBASE%%,${LOCALBASE},' \
-e 's,%%X11BASE%%,${X11BASE},' \
< ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>