svn commit: r380826 - head/graphics/aeskulap

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:58:45 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:58:44 2015
New Revision: 380826
URL: https://svnweb.freebsd.org/changeset/ports/380826
QAT: https://qat.redports.org/buildarchive/r380826/

Log:
  - Add LICENSE_FILE
  - Add USES=desktop-file-utils as suggested by stage-qa
  - Strip libraries

Modified:
  head/graphics/aeskulap/Makefile

Modified: head/graphics/aeskulap/Makefile
==============================================================================
--- head/graphics/aeskulap/Makefile	Mon Mar  9 00:58:43 2015	(r380825)
+++ head/graphics/aeskulap/Makefile	Mon Mar  9 00:58:44 2015	(r380826)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aeskulap
 PORTVERSION=	0.2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.bms-austria.com/%7Epipelka/${PORTNAME}/
 
@@ -11,10 +11,11 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Medical image viewer
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libglademm-2.4.so:${PORTSDIR}/devel/libglademm24
 
-USES=		gettext libtool pkgconfig
+USES=		desktop-file-utils gettext libtool pkgconfig
 USE_GNOME=	gconfmm26 gtkmm24
 GCONF_SCHEMAS=	aeskulap.schemas
 USE_LDCONFIG=	${PREFIX}/lib/aeskulap
@@ -25,4 +26,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/aeskulap/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list