freebsd-ports/net-im/pidgin-birthday-reminder/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

28 lines
669 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= pidgin-birthday-reminder
PORTVERSION= 1.7
PORTREVISION= 7
CATEGORIES= net-im
MASTER_SITES= http://launchpadlibrarian.net/56075754/
MAINTAINER= ports@FreeBSD.org
COMMENT= Birthday reminder for Pidgin
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpurple.so:net-im/libpurple
BUILD_DEPENDS= pidgin:net-im/pidgin
RUN_DEPENDS= pidgin: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>