[Midnightbsd-cvs] mports [19484] trunk/x11-wm/etoile-azalea/Makefile: switch to new gnustep syntax
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 10 20:58:20 EDT 2015
Revision: 19484
http://svnweb.midnightbsd.org/mports/?rev=19484
Author: laffer1
Date: 2015-06-10 20:58:19 -0400 (Wed, 10 Jun 2015)
Log Message:
-----------
switch to new gnustep syntax
Modified Paths:
--------------
trunk/x11-wm/etoile-azalea/Makefile
Modified: trunk/x11-wm/etoile-azalea/Makefile
===================================================================
--- trunk/x11-wm/etoile-azalea/Makefile 2015-06-11 00:52:23 UTC (rev 19483)
+++ trunk/x11-wm/etoile-azalea/Makefile 2015-06-11 00:58:19 UTC (rev 19484)
@@ -8,10 +8,9 @@
PORTNAME= azalea
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm gnustep
MASTER_SITES= http://download.gna.org/etoile/
-LICENSE= gpl2
PKGNAMEPREFIX= etoile-
DISTNAME= etoile-${PORTVERSION}
@@ -18,11 +17,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Azalea is a GNUstep window mamager
-USE_GNUSTEP= yes
-USE_GNUSTEP_PREFIX= yes
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
+LICENSE= gpl2
+
+USES= gnustep
+USE_GNUSTEP= back build
USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
More information about the Midnightbsd-cvs
mailing list