freebsd-ports/net/tryst-examples/Makefile

48 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: tryst-examples
# Date created: 18 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= tryst
PORTVERSION= 1.0.8
PORTREVISION= 3
CATEGORIES= net gnustep
2007-01-04 07:39:05 +01:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
PKGNAMESUFFIX= -examples${PKGNAMESUFFIX2}
DISTNAME= tryst-108pl6
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= TBrowser and TChat
LIB_DEPENDS= dns_sd:${PORTSDIR}/net/mDNSResponder
2010-06-05 09:54:45 +02:00
LICENSE_COMB= dual
LICENSE= BSD LGPL21
2010-06-11 10:45:50 +02:00
LICENSE_BSD_FILE= ${WRKSRC}/Documentation/COPYING
2010-06-05 09:54:45 +02:00
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_LIBS+= Tryst:${TRYST_PORT}
WRKSRC= ${WRKDIR}/Tryst-108.pl6
USE_GNUSTEP_MAKE_DIRS+= Examples/TBrowser Examples/TChat
TRYST_PORT?= net/tryst
.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}/Examples/TChat/GNUmakefile.preamble
.include <bsd.port.mk>