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

35 lines
774 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= pidgin-privacy-please
PORTVERSION= 0.7.1
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= net-im
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Privacy plugin for the pidgin instant messenger
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpurple.so:net-im/libpurple
BUILD_DEPENDS= pidgin:net-im/pidgin
RUN_DEPENDS= pidgin:net-im/pidgin
GNU_CONFIGURE= yes
USES= gmake gettext libtool pkgconfig autoreconf
USE_GNOME= cairo gdkpixbuf2 gtk20 intltool
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= cockroach
GH_TAGNAME= 21e7046
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>