summaryrefslogtreecommitdiff
path: root/polish/libgadu/Makefile
blob: c729e5b5cb0f67961121d3a6d4eb4ba0e3ec4b48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>