1999-08-28 00:35:34 +02:00
|
|
|
# New ports collection makefile for: gtkyahoo
|
|
|
|
# Date created: 18 August 1999
|
|
|
|
# Whom: dannyman@dannyland.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= gtkyahoo
|
2006-01-21 23:57:49 +01:00
|
|
|
PORTVERSION= 0.18.3
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im
|
2001-05-16 10:38:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtkyahoo
|
1999-08-28 00:35:34 +02:00
|
|
|
|
2004-03-24 23:30:06 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 02:27:04 +01:00
|
|
|
COMMENT= Yahoo Messenger Client using GTK
|
1999-08-28 00:35:34 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-05-17 10:21:09 +02:00
|
|
|
USE_BISON= yes
|
1999-08-28 00:35:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-01-21 23:57:49 +01:00
|
|
|
ONLY_FOR_ARCHS= i386
|
1999-08-28 00:35:34 +02:00
|
|
|
|
2004-02-25 11:43:16 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-10-04 22:11:06 +02:00
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
BROKEN= Does not compile with GCC 4.2
|
|
|
|
.endif
|
|
|
|
|
2006-01-21 23:57:49 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/' \
|
|
|
|
${WRKSRC}/libyahoo/configure
|
2004-02-25 11:43:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|