1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/polish/libgadu/Makefile
Ion-Mihai Tetcu 122d8f93ec - Add conflict with older versions of ekg to prevent overwrite of libgadu.so.
- hacked Makefile to install correct files instead of playing with them in
post-install stage.

Added file(s):
- files/patch-Makefile.in

PR:		ports/99727
Submitted by:	Marcin Wisnicki
Approved by:	maintainer timeout
2006-07-28 17:09:47 +00:00

28 lines
650 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= 2
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
CONFLICTS= pl-ekg-1.[0-5]* pl-ekg-1.6,2
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
.include <bsd.port.mk>