2006-12-19 10:28:22 +00:00
|
|
|
# New ports collection makefile for: tryst
|
|
|
|
# Date created: 18 Dec 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tryst
|
|
|
|
PORTVERSION= 1.0.8
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 3
|
2007-01-31 18:18:14 +00:00
|
|
|
CATEGORIES= net gnustep
|
2006-12-29 13:37:55 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= dinoex
|
2007-01-30 08:59:50 +00:00
|
|
|
DISTNAME= tryst-108pl6
|
2006-12-19 10:28:22 +00:00
|
|
|
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_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 10:55:37 +00:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2006-12-19 10:28:22 +00:00
|
|
|
|
2007-01-30 08:59:50 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Tryst-108.pl6
|
|
|
|
|
|
|
|
.if defined(FETCH_MAKESUM)
|
|
|
|
MASTER_SITES= http://gnustep.dyndns.org/Downloads/Frameworks/
|
|
|
|
.endif
|
2006-12-19 10:28:22 +00:00
|
|
|
|
2007-01-30 09:01:14 +00:00
|
|
|
# to build on 64bit
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|-Werror||' \
|
|
|
|
${WRKSRC}/GNUmakefile.preamble
|
|
|
|
|
2006-12-19 10:28:22 +00:00
|
|
|
.include <bsd.port.mk>
|