freebsd-ports/net-im/gtkyahoo/Makefile
Ade Lovett dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00

35 lines
694 B
Makefile

# New ports collection makefile for: gtkyahoo
# Date created: 18 August 1999
# Whom: dannyman@dannyland.org
#
# $FreeBSD$
#
PORTNAME= gtkyahoo
PORTVERSION= 0.18.3
PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkyahoo
MAINTAINER= ports@FreeBSD.org
COMMENT= Yahoo Messenger Client using GTK
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_BISON= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
post-patch:
@${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/' \
${WRKSRC}/libyahoo/configure
.include <bsd.port.post.mk>