Date: Fri, 15 May 2015 16:49:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386428 - head/graphics/libafterimage Message-ID: <201505151649.t4FGnZMx044961@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 15 16:49:35 2015 New Revision: 386428 URL: https://svnweb.freebsd.org/changeset/ports/386428 Log: - Strip library - Clarify LICENSE - Remove useless options.mk inclusion Modified: head/graphics/libafterimage/Makefile Modified: head/graphics/libafterimage/Makefile ============================================================================== --- head/graphics/libafterimage/Makefile Fri May 15 16:46:44 2015 (r386427) +++ head/graphics/libafterimage/Makefile Fri May 15 16:49:35 2015 (r386428) @@ -3,7 +3,7 @@ PORTNAME= libafterimage PORTVERSION= 1.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION} DISTNAME= libAfterImage-${PORTVERSION} @@ -11,7 +11,7 @@ DISTNAME= libAfterImage-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generic imaging library originally designed for AfterStep -LICENSE= LGPL21 +LICENSE= LGPL21 # or later LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ @@ -37,8 +37,6 @@ OPTIONS_DEFINE_i386= MMX MMX_CONFIGURE_ENABLE= mmx-optimization -.include <bsd.port.options.mk> - post-extract: @${LN} -sf ${WRKSRC} ${WRKDIR}/libAfterImage @@ -48,6 +46,7 @@ post-patch: s| malloc\.h | |g' ${WRKSRC}/configure post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libAfterImage.so (cd ${WRKSRC}/apps && ${INSTALL_MAN} ascompose.man \ ${STAGEDIR}${MANPREFIX}/man/man1/ascompose.1x)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151649.t4FGnZMx044961>