summaryrefslogblamecommitdiff
path: root/net/libyahoo2/Makefile
blob: 3dce227d70ef7dacfd9ec6bc59ac956c6ea13c78 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                 
                     
                 






                                                                          
                   
                                            
                          

                   

                                                                             

                                                          
 
                      
# ex:ts=8
# Ports collection makefile for:	libyahoo2
# Date created:			Apr 6, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libyahoo2
PORTVERSION=	0.7.5
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A C library that handles the new Yahoo! Messenger protocol

USE_BZIP2=	yes
USE_GNOME=	glib20 gnomehack gnometarget
USE_LIBTOOL_VER=	15
INSTALLS_SHLIB=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e 's|-g -Wall||g ; \
		 s| -module ||g' ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>