aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libyahoo2/Makefile
blob: da36a6e02a8873f44166ae66c8b27a2d9cffffeb (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=   libyahoo2
PORTVERSION=    1.0.1
CATEGORIES= net-im
MASTER_SITES=   SF

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

USE_AUTOTOOLS=  libtool
USE_BZIP2=  yes
USES=        pathfix
USE_GNOME=  glib20 gnomehack
USE_LDCONFIG=   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>