mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +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)
34 lines
790 B
Makefile
34 lines
790 B
Makefile
# New ports collection makefile for: talksoup
|
|
# Date created: 8 Sep 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= talksoup
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= irc gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= TalkSoup-${PORTVERSION}alpha
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= IRC client for GNUstep
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LOCAL_LIBS+= netclasses:${NETCLASSES_PORT}
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
|
PLIST_SUB+= APPVERSION=0.990
|
|
|
|
NETCLASSES_PORT?= net/netclasses
|
|
|
|
.include <bsd.port.mk>
|