svn commit: r314877 - head/graphics/linux-adobesvg
Beech Rintoul
beech at FreeBSD.org
Thu Mar 21 21:12:18 UTC 2013
Author: beech
Date: Thu Mar 21 21:12:17 2013
New Revision: 314877
URL: http://svnweb.freebsd.org/changeset/ports/314877
Log:
- Makefile tweaks
- Convert to OptionsNG
- Shorten header
PR: ports/177170
Submitted by: nemysis <nemysis at gmx.ch>
Modified:
head/graphics/linux-adobesvg/Makefile (contents, props changed)
Modified: head/graphics/linux-adobesvg/Makefile
==============================================================================
--- head/graphics/linux-adobesvg/Makefile Thu Mar 21 21:07:09 2013 (r314876)
+++ head/graphics/linux-adobesvg/Makefile Thu Mar 21 21:12:17 2013 (r314877)
@@ -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 at FreeBSD.org
COMMENT= The Adobe SVG browser plugin (Linux version)
@@ -14,10 +13,13 @@ COMMENT= The Adobe SVG browser plugin (L
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
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>
+
More information about the svn-ports-all
mailing list