2006-09-10 14:12:28 +02:00
|
|
|
# New ports collection makefile for: renaissance
|
|
|
|
# Date created: 007 Sep 2006
|
|
|
|
# Whom: gurkan@linuks.mine.nu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= renaissance
|
|
|
|
PORTVERSION= 0.8.0
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= x11-toolkits gnustep
|
2006-09-10 14:12:28 +02:00
|
|
|
MASTER_SITES= http://www.gnustep.it/Renaissance/ \
|
2007-01-13 04:57:25 +01:00
|
|
|
${MASTER_SITE_GNUSTEP_CH}
|
2006-09-10 14:12:28 +02:00
|
|
|
DISTNAME= Renaissance-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gurkan@linuks.mine.nu
|
|
|
|
COMMENT= GNUstep GUI Development Framework
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_PREFIX= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2006-09-10 14:12:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|