# New ports collection makefile for: pidgin-sipe # Date created: 7 May 2009 # Whom: John Prather # # $FreeBSD$ # PORTNAME= pidgin-sipe PORTVERSION= 1.13.1 PORTREVISION= 1 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" OPTIONS= OSC2005 "Message timeout for OCS2005" off \ KRB5 "With Kerberos5" off CONFIGURE_ARGS+= --enable-purple \ --disable-telepathy .include .if defined(WITH_OSC2005) CONFIGURE_ARGS+= --enable-ocs2005-message-hack .endif .if defined(WITHOUT_KRB5) CONFIGURE_ARGS+= --without-krb5 .endif 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 option> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Stage supportmiwi2014-01-261-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Update to 1.3.9pgollucci2010-09-242-4/+4
* - Update to 1.3.8miwi2010-03-212-4/+4
* - Update to 1.3.7miwi2009-11-202-4/+4
* - Update to 1.3.6miwi2009-09-05