diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-01 01:29:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-01 01:29:46 +0000 |
commit | b03842c1eceeb8cf0e9748f8de28d1addfaaceef (patch) | |
tree | b560f162fd9cf16ab87ced6a274bfc35e7c41e2b /net-im | |
parent | 1733c163ca0efae14f89d2da0280b9cc0c59bdad (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-birthday-reminder/Makefile | 7 |
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> |