2006-10-31 06:15:40 +00: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
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 5
|
2007-01-31 18:18:14 +00:00
|
|
|
CATEGORIES= lang gnustep
|
2006-10-31 06:15:40 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
|
|
MASTER_SITE_SUBDIR= libs
|
|
|
|
DISTNAME= StepTalk-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= The official GNUstep scripting framework
|
|
|
|
|
2010-06-04 13:49:15 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-10-31 06:15:40 +00:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_GUI= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 03:57:25 +00:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/StepTalk
|
2007-05-25 05:55:36 +00:00
|
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
2008-02-01 12:00:42 +00:00
|
|
|
GDL2_PORT?= databases/gdl2
|
|
|
|
|
|
|
|
.if !defined(STEPTALK_WITHOUT_GDL2)
|
|
|
|
USE_GNUSTEP_LOCAL_LIBS+= EOInterface:${GDL2_PORT}
|
|
|
|
PLIST_SUB+= WITH_GDL2=""
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
${REINPLACE_CMD} -e 's|-lgnustep-db2|-lEOAccess|' \
|
|
|
|
-e 's|-lgnustep-db2control|-lEOControl|' \
|
|
|
|
-e 's|-lgnustep-db2modeler|-lEOModeler|' \
|
|
|
|
${WRKSRC}/Modules/GDL2/GNUmakefile
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= WITH_GDL2="@comment "
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
${REINPLACE_CMD} -e 's|bundle.make|rules.make|' \
|
|
|
|
${WRKSRC}/Modules/GDL2/GNUmakefile
|
|
|
|
.endif
|
2006-10-31 06:15:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|