mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +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)
41 lines
884 B
Makefile
41 lines
884 B
Makefile
# New ports collection makefile for: tryst
|
|
# Date created: 18 Dec 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tryst
|
|
PORTVERSION= 1.0.8
|
|
PORTREVISION= 3
|
|
CATEGORIES= net gnustep
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= dinoex
|
|
DISTNAME= tryst-108pl6
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Implementation of Apples Bonjour for GNUstep
|
|
|
|
LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
WRKSRC= ${WRKDIR}/Tryst-108.pl6
|
|
|
|
.if defined(FETCH_MAKESUM)
|
|
MASTER_SITES= http://gnustep.dyndns.org/Downloads/Frameworks/
|
|
.endif
|
|
|
|
# to build on 64bit
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|-Werror||' \
|
|
${WRKSRC}/GNUmakefile.preamble
|
|
|
|
.include <bsd.port.mk>
|