diff options
Diffstat (limited to 'x11-wm/etoile-azalea/Makefile')
-rw-r--r-- | x11-wm/etoile-azalea/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/etoile-azalea/Makefile b/x11-wm/etoile-azalea/Makefile index 14ad8cfeb0e8..e688513817e5 100644 --- a/x11-wm/etoile-azalea/Makefile +++ b/x11-wm/etoile-azalea/Makefile @@ -15,18 +15,19 @@ DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig MAINTAINER= dinoex@FreeBSD.org COMMENT= Azalea is a GNUstep window mamager -SNAPSHOT= 20060917 -WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile USE_GNUSTEP_LOCAL_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} + +SNAPSHOT= 20060917 +WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ USE_GNUSTEP_MAKE_DIRS+= Services/Private/Azalea XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit +ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include +ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib .include <bsd.port.mk> |