1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net-im/gtkyahoo/Makefile
Antoine Brodin ca15da2260 Mark BROKEN: Fails to configure
While here, deprecate

checking whether the C compiler (cc -I./libyahoo -O2 -pipe -fno-strict-aliasing -std=gnu89 -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -Wall ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
configure: error: ./configure failed for libyahoo
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
With hat:	portmgr
2014-06-28 08:05:59 +00:00

30 lines
591 B
Makefile

# Created by: dannyman@dannyland.org
# $FreeBSD$
PORTNAME= gtkyahoo
PORTVERSION= 0.18.3
PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Yahoo Messenger Client using GTK
BROKEN= Fails to configure
DEPRECATED= Broken, unmaintained, unstaged, gtk12, i386 only
EXPIRATION_DATE= 2014-07-28
USE_GNOME= gtk12
USES= bison
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/; \
s/echo aout/echo elf/' \
${WRKSRC}/libyahoo/configure
.include <bsd.port.mk>