c8bc32022d
- Convert to USES
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# 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
|
|
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>
|