090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
596 B
Makefile
29 lines
596 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= 4
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gtkyahoo
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Yahoo Messenger Client using GTK
|
|
|
|
USE_GNOME= gtk12
|
|
USE_BISON= build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/@INSTALL@/s/$$INSTALL/${INSTALL}/; \
|
|
s/echo aout/echo elf/' \
|
|
${WRKSRC}/libyahoo/configure
|
|
|
|
.include <bsd.port.mk>
|