# New ports collection makefile for: pidgin-sipe # Date created: 7 May 2009 # Whom: John Prather # # $FreeBSD$ # PORTNAME= pidgin-sipe PORTVERSION= 1.12.0 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} MAINTAINER= john.c.prather@gmail.com COMMENT= A plugin for Pidgin to provide LCS/OCS connectivity LIB_DEPENDS= nss3:${PORTSDIR}/security/nss \ purple.10:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION CFLAGS+= "-I/${LOCALBASE}/include" LIBS+= "-L/${LOCALBASE}/lib" CONFIGURE_ARGS+= --enable-purple \ --disable-telepathy \ --without-krb5 CONFIGURE_ENV+= LIBS="${LIBS}" \ COM_ERR_CFLAGS="-I/usr/include" \ COM_ERR_LIBS="-L/usr/lib -lcom_err" .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}/ .endfor .endif .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include rts-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/rat30
Commit message (Expand)AuthorAgeFilesLines
* - externd support for tcl/tk 8.3dinoex2009-03-151-3/+0
* - Deprecate due to planned removal of tcl82 / tk82mm2009-01-221-0/+3
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* - Unbreak build with USE_XORG= x11 xextmm2007-07-301-1/+2
* - Unbreak with gcc42sat2007-07-154-15/+21
* - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-031-0/+4
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Fix build on FreeBSD 7 by using one OS dependant Makefile for all versionsarved2007-03-184-24/+11
* Respect X11BASE and LOCALBASEkris2006-12-013-17/+17
* Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistentlinimon2006-07-241-1/+1
* Fix on 6.xerwin2006-04-283-1/+26
* Reset maintainer at his request.linimon2006-04-191-1/+1
* SHA256ifyedwin2006-02-01