ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net-im/pidgin/Makefile
Revision: 20518
Committed: Sun Oct 11 19:20:56 2015 UTC (8 years, 6 months ago) by laffer1
File size: 1082 byte(s)
Log Message:
fix depends

File Contents

# User Rev Content
1 laffer1 13115 # $MidnightBSD$
2 laffer1 1730
3     PORTNAME= pidgin
4 laffer1 20518 PORTREVISION= 1
5 laffer1 1730
6     MAINTAINER= ports@MidnightBSD.org
7     COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
8 laffer1 3130 LICENSE= gpl2
9 laffer1 1730
10 laffer1 20518 LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
11     libpurple.so:${PORTSDIR}/net-im/libpurple
12 laffer1 1730
13 laffer1 13115 MASTERDIR= ${.CURDIR}/../libpurple
14     BUILD_WRKSRC= ${WRKSRC}/pidgin
15     INSTALL_WRKSRC= ${BUILD_WRKSRC}
16     INSTALLS_ICONS= yes
17     DESCR= ${.CURDIR}/pkg-descr
18     PLIST= ${.CURDIR}/pkg-plist
19 laffer1 1730
20 laffer1 13115 PIDGIN_SLAVE= yes
21     WITH_GTKUI= yes
22 laffer1 5060
23 laffer1 1730 USE_LDCONFIG= yes
24 laffer1 20518 USE_GNOME= gnomeprefix intlhack gtk20
25 laffer1 13115 USE_XORG= xscrnsaver sm
26 laffer1 1730 WANT_GNOME= yes
27 laffer1 13115 CONFIGURE_ARGS= --disable-consoleui \
28 laffer1 5058 --disable-nm \
29 laffer1 13115 --enable-screensaver \
30     --with-dynamic_prpls=${PRPL_MODULES:S/,$//}
31 laffer1 3130
32 laffer1 13115 post-build:
33     cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
34     Makefile ${MAKE_ARGS} pidgin.desktop
35 laffer1 3130
36 laffer1 13115 post-install:
37     ${MKDIR} ${PREFIX}/share/applications
38     ${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
39     ${PREFIX}/share/applications/pidgin.desktop
40     ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${MAN1PREFIX}/man/man1
41 laffer1 3130
42 laffer1 13115 .include "${MASTERDIR}/Makefile"

Properties

Name Value
svn:keywords MidnightBSD=%H