mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
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)
32 lines
760 B
Makefile
32 lines
760 B
Makefile
# New ports collection makefile for: grouch
|
|
# Date created: 09 Sep 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grouch
|
|
PORTVERSION= 20060713
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im gnustep
|
|
MASTER_SITES= http://mail.rochester.edu/~asveikau/grouch/ \
|
|
${MASTER_SITE_GNUSTEP_CH}
|
|
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= AOL and ICQ Instant Messenger client for GNUstep
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
WRKSRC= ${WRKDIR}/Grouch
|
|
|
|
RENAISSANCE_PORT?= x11-toolkits/renaissance
|
|
|
|
.include <bsd.port.mk>
|