|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= pidgin-sipe |
4 |
PORTNAME= pidgin-sipe |
| 5 |
PORTVERSION= 1.18.0 |
5 |
PORTVERSION= 1.21.1 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
| 7 |
CATEGORIES= net-im |
7 |
CATEGORIES= net-im |
| 8 |
MASTER_SITES= SF/sipe/sipe/${DISTNAME} |
8 |
MASTER_SITES= SF/sipe/sipe/${DISTNAME} |
|
Lines 14-29
Link Here
|
| 14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 15 |
|
15 |
|
| 16 |
LIB_DEPENDS= libnss3.so:security/nss \ |
16 |
LIB_DEPENDS= libnss3.so:security/nss \ |
| 17 |
libpurple.so:net-im/libpurple |
17 |
libpurple.so:net-im/libpurple \ |
|
|
18 |
libplds4.so:devel/nspr \ |
| 19 |
libgstreamer-1.0.so:multimedia/gstreamer1 \ |
| 20 |
libnice.so:net-im/libnice \ |
| 21 |
libgmime-2.6.so:mail/gmime26 |
| 22 |
|
| 18 |
RUN_DEPENDS= pidgin:net-im/pidgin |
23 |
RUN_DEPENDS= pidgin:net-im/pidgin |
| 19 |
|
24 |
|
| 20 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
| 21 |
USES= gmake libtool pkgconfig tar:bzip2 |
26 |
USES= gmake libtool pkgconfig tar:bzip2 ssl |
| 22 |
USE_GNOME= gtk20 intltool |
27 |
USE_GNOME= gtk20 intltool libxml2 |
| 23 |
PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO |
28 |
PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO |
| 24 |
|
29 |
|
| 25 |
CPPFLAGS+= -I${LOCALBASE}/include |
30 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 26 |
LDFLAGS+= -L${LOCALBASE}/lib |
31 |
LDFLAGS+= -L${LOCALBASE}/lib |
|
|
32 |
USE_LDCONFIG= yes |
| 27 |
|
33 |
|
| 28 |
OPTIONS_DEFINE= OCS2005 KRB5 DOCS NLS |
34 |
OPTIONS_DEFINE= OCS2005 KRB5 DOCS NLS |
| 29 |
OPTIONS_SUB= yes |
35 |
OPTIONS_SUB= yes |
|
Lines 32-43
Link Here
|
| 32 |
OSC2005_CONFIGURE_ENABLE= ocs2005-message-hack |
38 |
OSC2005_CONFIGURE_ENABLE= ocs2005-message-hack |
| 33 |
KRB5_DESC= With Kerberos5 |
39 |
KRB5_DESC= With Kerberos5 |
| 34 |
KRB5_CONFIGURE_WITH= krb5 |
40 |
KRB5_CONFIGURE_WITH= krb5 |
| 35 |
NLS_CONFIGURE_ENABLE= nls |
|
|
| 36 |
NLS_USES= gettext |
| 37 |
|
41 |
|
|
|
42 |
.include<bsd.port.options.mk> |
| 43 |
|
| 44 |
.if ${PORT_OPTIONS:MNLS} |
| 45 |
PLIST_SUB+= NLS="" |
| 46 |
CONFIGUVRE_ENABLE= --enable-nls |
| 47 |
USES+= gettext |
| 48 |
.else |
| 49 |
PLIST_SUB+= NLS="@comment " |
| 50 |
CONFIGURE_ARGS+= --disable-nls |
| 51 |
.endif |
| 52 |
|
| 38 |
CONFIGURE_ARGS+= --enable-purple \ |
53 |
CONFIGURE_ARGS+= --enable-purple \ |
| 39 |
--disable-telepathy |
54 |
--disable-telepathy |
| 40 |
|
55 |
|
|
|
56 |
INSTALL_TARGET= install-strip |
| 57 |
|
| 41 |
post-patch: |
58 |
post-patch: |
| 42 |
@${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure |
59 |
@${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure |
| 43 |
|
60 |
|