update Mon Jun 21 18:37:00 PDT 2010
[pkgsrc.git] / wip / Typewriter / Makefile
1 # $NetBSD$
2
3 DISTNAME=       Typewriter-0.0.1
4 CATEGORIES=     editors gnustep
5
6 MAINTAINER=     pkgsrc-users@NetBSD.org
7 HOMEPAGE=       http://etoileos.com/
8 COMMENT=        General text editor for plain and rich format text
9 LICENSE=        modified-bsd
10
11 PKG_DESTDIR_SUPPORT=    user-destdir
12
13 USE_LANGUAGES=  objc
14
15 NO_CONFIGURE=   yes
16 MAKE_FILE=      GNUmakefile
17
18 # Following line sets up the GNUstep build environment.
19 .include "../../devel/gnustep-make/gnustep.mk"
20
21 SVN_REPOSITORIES=       etoile
22 SVN_ROOT.etoile=        http://svn.gna.org/svn/etoile/trunk/Etoile/Services/User/Typewriter
23 SVN_MODULE.etoile=      Typewriter
24
25 WRKSRC=                 ${WRKDIR}/$(SVN_MODULE.etoile)
26
27 .include "../../wip/mk/svn-package.mk"
28
29 DEPENDS+=       etoile-core:../../wip/etoile-core
30 .include "../../devel/gnustep-base/buildlink3.mk"
31 .include "../../x11/gnustep-gui/buildlink3.mk"
32 .include "../../mk/bsd.pkg.mk"