mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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/
This commit is contained in:
parent
85a9aebd19
commit
4019be6b93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156275
@ -331,6 +331,7 @@
|
||||
SUBDIR += libx3dtk
|
||||
SUBDIR += linplasma
|
||||
SUBDIR += linux-ac3d
|
||||
SUBDIR += linux-adobesvg
|
||||
SUBDIR += linux-gdk-pixbuf
|
||||
SUBDIR += linux-imlib
|
||||
SUBDIR += linux-jpeg
|
||||
|
41
graphics/linux-adobesvg/Makefile
Normal file
41
graphics/linux-adobesvg/Makefile
Normal file
@ -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>
|
3
graphics/linux-adobesvg/distinfo
Normal file
3
graphics/linux-adobesvg/distinfo
Normal file
@ -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
|
7
graphics/linux-adobesvg/pkg-descr
Normal file
7
graphics/linux-adobesvg/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user