svn commit: r388190 - head/net-im/pidgin-birthday-reminder

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 01:29:47 UTC 2015


Author: amdmi3
Date: Mon Jun  1 01:29:46 2015
New Revision: 388190
URL: https://svnweb.freebsd.org/changeset/ports/388190

Log:
  - Strip library
  - Add LICENSE

Modified:
  head/net-im/pidgin-birthday-reminder/Makefile

Modified: head/net-im/pidgin-birthday-reminder/Makefile
==============================================================================
--- head/net-im/pidgin-birthday-reminder/Makefile	Mon Jun  1 01:29:34 2015	(r388189)
+++ head/net-im/pidgin-birthday-reminder/Makefile	Mon Jun  1 01:29:46 2015	(r388190)
@@ -3,23 +3,26 @@
 
 PORTNAME=	pidgin-birthday-reminder
 PORTVERSION=	1.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-im
 MASTER_SITES=	http://launchpadlibrarian.net/56075754/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Birthday reminder for Pidgin
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libpurple.so:${PORTSDIR}/net-im/libpurple
 BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
-
 GNU_CONFIGURE=	yes
 USES=		gettext gmake libtool pkgconfig
 USE_GNOME=	intltool
 CONFIGURE_ARGS=	--disable-static
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list