freebsd-ports/polish/libgadu/Makefile
Joe Marcus Clarke 63691abefa Disable OpenSSL support. This is not a big deal since gadugadu servers
do not currently support SSL.  See
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1424846&group_id=235
for more details.

PR:		93689
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Approved by:	maintainer
2006-04-02 00:12:14 +00:00

31 lines
828 B
Makefile

# New ports collection makefile for: libgadu
# Date created: 29 December 2005
# Whom: Aleksander Fafula <alex@BSDGuru.org>
#
# $FreeBSD$
PORTNAME= libgadu
PORTVERSION= 20051229
PORTREVISION= 1
CATEGORIES= polish net
MASTER_SITES= http://bsdguru.org/distfiles/
MAINTAINER= alex@BSDGuru.org
COMMENT= This library is used by many IMs with Gadu-Gadu support
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
USE_AUTOTOOLS= aclocal:15 autoheader:259 autoconf:259
ACLOCAL_ARGS= -I ${WRKSRC}/m4
CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl
INSTALLS_SHLIB= yes
post-install:
${RM} ${PREFIX}/lib/libgadu.so ${PREFIX}/lib/libgadu.so.3
${MV} ${PREFIX}/lib/libgadu.so.3.3 ${PREFIX}/lib/libgadu.so.3
${LN} -s ${PREFIX}/lib/libgadu.so.3 ${PREFIX}/lib/libgadu.so
.include <bsd.port.mk>