1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net-im/pidgin-privacy-please/Makefile
Emanuel Haupt b397aceb5e - Strip binary
- Register cairo, gdkpixbuf2 with USE_GNOME
- Add missing LIB_DEPENDS
2016-08-08 14:39:13 +00:00

31 lines
691 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= pidgin-privacy-please
PORTVERSION= 0.7.1
PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= GOOGLE_CODE
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= gettext gmake libtool pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk20 intltool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>