blob: 654c9abd5ae8f83d18abfd5314541770119310a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# $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= ports@FreeBSD.org
COMMENT= Implementation of Apples Bonjour for GNUstep
DEPRECATED= Abandonware
EXPIRATION_DATE= 2012-11-26
LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder
LICENSE_COMB= dual
LICENSE= BSD LGPL21
LICENSE_BSD_FILE= ${WRKSRC}/Documentation/COPYING
USE_GNUSTEP= 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>
|