mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
556 B
Makefile
26 lines
556 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= alexbl@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>
|