ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net-im/pidgin/Makefile
Revision: 23255
Committed: Sun Apr 29 21:51:07 2018 UTC (5 years, 11 months ago) by laffer1
File size: 790 byte(s)
Log Message:
update pidgin

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= pidgin
4
5 MAINTAINER= ports@MidnightBSD.org
6 COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
7
8 LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
9 libpurple.so:net-im/libpurple
10
11 MASTERDIR= ${.CURDIR}/../libpurple
12 BUILD_WRKSRC= ${WRKSRC}/pidgin
13 INSTALL_WRKSRC= ${BUILD_WRKSRC}
14 INSTALLS_ICONS= yes
15 DESCR= ${.CURDIR}/pkg-descr
16 PLIST= ${.CURDIR}/pkg-plist
17
18 PIDGIN_SLAVE= yes
19 WITH_GTKUI= yes
20
21 USES= python:build
22 USE_LDCONFIG= yes
23 USE_GNOME= gnomeprefix gtk20 intltool
24 USE_XORG= xscrnsaver sm
25 CONFIGURE_ARGS= --disable-consoleui \
26 --disable-nm \
27 --enable-screensaver \
28 --with-dynamic_prpls=${PRPL_MODULES:S/,$//}
29
30 post-install:
31 ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
32
33 .include "${MASTERDIR}/Makefile"

Properties

Name Value
svn:keywords MidnightBSD=%H