mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
33 lines
723 B
Makefile
33 lines
723 B
Makefile
# Ports collection makefile for: swfdec-plugin
|
|
# Date created: Jun 14, 2005
|
|
# Whom: anholt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= swfdec-plugin
|
|
PORTVERSION= 0.8.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/
|
|
DISTNAME= swfdec-mozilla-${PORTVERSION}
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Flash rendering plugin
|
|
|
|
LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gtk20
|
|
CONFIGURE_ARGS= --with-plugin-dir="${WEBPLUGINS_DIR}"
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_WEBPLUGINS= gecko*
|
|
WEBPLUGINS_FILES=libswfdecmozilla.so
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
|
.include <bsd.port.post.mk>
|