pkgsrc-wip/etoile-services/Makefile

29 lines
720 B
Makefile
Raw Normal View History

2012-11-19 16:09:23 +01:00
# $NetBSD: Makefile,v 1.3 2012/11/19 15:09:23 christtrekker Exp $
2009-10-13 01:53:40 +02:00
#
2012-11-19 16:09:23 +01:00
DISTNAME= etoile-${VERSN}
2009-10-13 01:53:40 +02:00
PKGNAME= ${DISTNAME:S/-/-services-/}
CATEGORIES= gnustep
MASTER_SITES= http://download.gna.org/etoile/
2012-11-19 16:09:23 +01:00
VERSN= 0.4.1
2009-10-13 01:53:40 +02:00
MAINTAINER= christtrekker@users.sourceforge.net
HOMEPAGE= http://etoileos.com/
COMMENT= Desktop environment built on GNUstep - services
LICENSE= modified-bsd
2012-11-19 16:09:23 +01:00
WRKSRC= ${WRKDIR}/Etoile-${VERSN}
2009-10-13 01:53:40 +02:00
USE_LANGUAGES= objc
USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
#MAKE_ENV= GNUSTEP_MAKEFILES=${LOCALBASE}/share/GNUstep/Makefiles
.include "../../devel/gnustep-make/gnustep.mk"
2009-10-13 01:53:40 +02:00
2012-11-19 16:09:23 +01:00
DEPENDS+= etoile-core>=${VERSN}:../../wip/etoile-core
2009-10-13 01:53:40 +02:00
.include "../../x11/xscreensaver/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"