25 lines
555 B
Makefile
25 lines
555 B
Makefile
# Ports collection makefile for: swfdec-plugin
|
|
# Date created: Jun 14, 2005
|
|
# Whom: anholt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= swfdec-plugin
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.6/
|
|
DISTNAME= swfdec-mozilla-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Flash rendering plugin
|
|
|
|
LIB_DEPENDS= swfdec-0.6:${PORTSDIR}/graphics/swfdec
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ARGS= --with-plugin-dir="${PREFIX}/lib/browser_plugins"
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|