summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 01:29:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 01:29:46 +0000
commitb03842c1eceeb8cf0e9748f8de28d1addfaaceef (patch)
treeb560f162fd9cf16ab87ced6a274bfc35e7c41e2b /net-im
parent- Strip library (diff)
- Strip library
- Add LICENSE
Notes
Notes: svn path=/head/; revision=388190
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-birthday-reminder/Makefile7
1 files 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 <bsd.port.mk>