2003-04-06 06:19:24 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libyahoo2
|
|
|
|
# Date created: Apr 6, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libyahoo2
|
2004-08-18 20:31:02 +02:00
|
|
|
PORTVERSION= 0.7.5
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 4
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im
|
2003-04-06 06:19:24 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A C library that handles the new Yahoo! Messenger protocol
|
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-06-10 18:24:30 +02:00
|
|
|
USE_BZIP2= yes
|
2003-07-31 09:22:13 +02:00
|
|
|
USE_GNOME= glib20 gnomehack gnometarget
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-06 06:19:24 +02:00
|
|
|
|
2003-09-25 13:32:55 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure
|
2004-08-23 21:09:38 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-g -Wall||g ; \
|
|
|
|
s| -module ||g' ${WRKSRC}/src/Makefile.in
|
2003-09-25 13:32:55 +02:00
|
|
|
|
2004-08-18 20:31:02 +02:00
|
|
|
.include <bsd.port.mk>
|