2006-11-24 21:14:36 +01:00
|
|
|
# New ports collection makefile for: etoile-azalea
|
|
|
|
# Date created: 19 Nov 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= azalea
|
2008-05-11 15:21:59 +02:00
|
|
|
PORTVERSION= 0.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= x11-wm gnustep
|
2008-05-11 15:21:59 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/etoile/
|
2006-11-24 21:14:36 +01:00
|
|
|
PKGNAMEPREFIX= etoile-
|
2008-05-11 15:21:59 +02:00
|
|
|
DISTNAME= etoile-${PORTVERSION}
|
2006-11-24 21:14:36 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2009-07-28 16:29:26 +02:00
|
|
|
COMMENT= Azalea is a GNUstep window manager
|
2006-11-24 21:14:36 +01:00
|
|
|
|
2009-07-06 09:31:13 +02:00
|
|
|
PORTSCOUT= limit:^0\.2
|
|
|
|
|
2006-11-24 21:14:36 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2006-12-24 21:25:57 +01:00
|
|
|
USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
|
2006-11-30 18:26:51 +01:00
|
|
|
|
2008-05-11 15:21:59 +02:00
|
|
|
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
|
2006-11-24 21:14:36 +01:00
|
|
|
USE_GNUSTEP_MAKE_DIRS+= Services/Private/Azalea
|
|
|
|
|
|
|
|
XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|