From b03842c1eceeb8cf0e9748f8de28d1addfaaceef Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 1 Jun 2015 01:29:46 +0000 Subject: [PATCH] - Strip library - Add LICENSE --- net-im/pidgin-birthday-reminder/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-im/pidgin-birthday-reminder/Makefile b/net-im/pidgin-birthday-reminder/Makefile index 9794a1959c9a..eeb5e4f854f9 100644 --- a/net-im/pidgin-birthday-reminder/Makefile +++ b/net-im/pidgin-birthday-reminder/Makefile @@ -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@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