2006-10-31 07:15:40 +01:00
|
|
|
# New ports collection makefile for: steptalk
|
|
|
|
# Date created: 29 Oct 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= steptalk
|
|
|
|
PORTVERSION= 0.10.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= lang gnustep
|
2006-10-31 07:15:40 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
|
|
MASTER_SITE_SUBDIR= libs
|
|
|
|
DISTNAME= StepTalk-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= The official GNUstep scripting framework
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_PREFIX= yes
|
|
|
|
USE_GNUSTEP_GUI= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/StepTalk
|
2006-10-31 07:15:40 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|