1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Makefile tweaks

- Convert to OptionsNG
- Shorten header

PR:		ports/177170
Submitted by:	nemysis <nemysis@gmx.ch>
This commit is contained in:
Beech Rintoul 2013-03-21 21:12:17 +00:00
parent 5a7ebd0c47
commit 78cf6ad23b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314877

View File

@ -5,8 +5,7 @@ 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}
DISTNAME= adobesvg-${DISTVERSION}-linux-i386
MAINTAINER= ports@FreeBSD.org
COMMENT= The Adobe SVG browser plugin (Linux version)
@ -14,10 +13,13 @@ COMMENT= The Adobe SVG browser plugin (Linux version)
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
USE_LINUX_APPS= xorglibs
USE_LDCONFIG= yes
RESTRICTED= Redistribution prohibited
NO_BUILD= yes
WRKSRC= ${WRKDIR}/adobesvg-${PORTVERSION:S/.x88//}
LIBDIR= ${PREFIX}/lib/linux-adobesvg
SHLIBS= ACE AGM BIB CoolType NPSVG3 SVGCore
SHLIB_FILES= ${SHLIBS:S|^|lib|:S|$|.so|}
@ -26,12 +28,16 @@ PLIST_FILES= ${SHLIB_FILES:S|^|lib/linux-adobesvg/|}
PLIST_DIRS= ${LIBDIR:S|^${PREFIX}/||}
PORTDOCS= LICENSE.txt ReadMe.html SVGHelp.html
.include <bsd.port.options.mk>
do-install:
${MKDIR} ${LIBDIR}
${INSTALL_PROGRAM} ${SHLIB_FILES:S|^|${WRKSRC}/|} ${LIBDIR}
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>