summaryrefslogtreecommitdiff
path: root/graphics/linux-adobesvg
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-18 09:50:32 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-18 09:50:32 +0000
commit4019be6b939ea0872b2432a886156a2b1bdebfab (patch)
treeac06dab78f5d06462432d79e95189c56a4f674a1 /graphics/linux-adobesvg
parentUpgrade to Alpha18 and update WWW. (diff)
Add linux-adobesvg.
This port installs the Adobe SVG browser plugin, for use with Linux browsers such as www/linux-firefox or www/linux-mozilla. WWW: http://www.adobe.com/svg/
Notes
Notes: svn path=/head/; revision=156275
Diffstat (limited to 'graphics/linux-adobesvg')
-rw-r--r--graphics/linux-adobesvg/Makefile41
-rw-r--r--graphics/linux-adobesvg/distinfo3
-rw-r--r--graphics/linux-adobesvg/pkg-descr7
3 files changed, 51 insertions, 0 deletions
diff --git a/graphics/linux-adobesvg/Makefile b/graphics/linux-adobesvg/Makefile
new file mode 100644
index 000000000000..cab770fe0490
--- /dev/null
+++ b/graphics/linux-adobesvg/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: linux-adobesvg
+# Date created: 18 Feb 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= linux-adobesvg
+DISTVERSION= 3.01x88
+CATEGORIES= graphics www linux
+MASTER_SITES= http://download.adobe.com/pub/adobe/magic/svgviewer/linux/3.x/${DISTVERSION}/en/
+DISTNAME= adobesvg-${DISTVERSION:C|x.*$||}
+DISTFILES= adobesvg-${DISTVERSION}-linux-i386${EXTRACT_SUFX}
+
+MAINTAINER= jylefort@FreeBSD.org
+COMMENT= The Adobe SVG browser plugin (Linux version)
+
+ONLY_FOR_ARCHS= i386 amd64
+USE_X_PREFIX= yes
+USE_LINUX= yes
+
+RESTRICTED= "Redistribution prohibited"
+NO_BUILD= yes
+
+LIBDIR= ${PREFIX}/lib/linux-adobesvg
+SHLIBS= ACE AGM BIB CoolType NPSVG3 SVGCore
+SHLIB_FILES= ${SHLIBS:S|^|lib|:S|$|.so|}
+
+PLIST_FILES= ${SHLIB_FILES:S|^|lib/linux-adobesvg/|}
+PLIST_DIRS= ${LIBDIR:S|^${PREFIX}/||}
+PORTDOCS= LICENSE.txt ReadMe.html SVGHelp.html
+
+do-install:
+ ${MKDIR} ${LIBDIR}
+ ${INSTALL_PROGRAM} ${SHLIB_FILES:S|^|${WRKSRC}/|} ${LIBDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/graphics/linux-adobesvg/distinfo b/graphics/linux-adobesvg/distinfo
new file mode 100644
index 000000000000..401d4523dae7
--- /dev/null
+++ b/graphics/linux-adobesvg/distinfo
@@ -0,0 +1,3 @@
+MD5 (adobesvg-3.01x88-linux-i386.tar.gz) = fc619d96a81d9fa54e42532ca57b09ca
+SHA256 (adobesvg-3.01x88-linux-i386.tar.gz) = be40c77e6554967ce1e04b2be1054aa2a9dd37ebcb20dedf1e77e3b539533530
+SIZE (adobesvg-3.01x88-linux-i386.tar.gz) = 3689141
diff --git a/graphics/linux-adobesvg/pkg-descr b/graphics/linux-adobesvg/pkg-descr
new file mode 100644
index 000000000000..2db701e3a288
--- /dev/null
+++ b/graphics/linux-adobesvg/pkg-descr
@@ -0,0 +1,7 @@
+This port installs the Adobe SVG browser plugin, for use with Linux browsers
+such as www/linux-firefox or www/linux-mozilla.
+
+WWW: http://www.adobe.com/svg/
+
+- Jean-Yves Lefort
+jylefort@FreeBSD.org