Date: Thu, 21 Mar 2013 21:12:18 +0000 (UTC) From: Beech Rintoul <beech@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314877 - head/graphics/linux-adobesvg Message-ID: <201303212112.r2LLCIab030456@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303212112.r2LLCIab030456>