pkgsrc-wip/Typewriter/Makefile
Tim Larson d1fdcc52d1 Import Typewriter-0.0.1nb20100329 as wip/Typewriter.
General text editor for plain and rich format text.
This is a very preliminary packaging effort - nothing works as yet.
2010-03-29 18:35:22 +00:00

32 lines
874 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/03/29 18:35:22 christtrekker Exp $
DISTNAME= Typewriter-0.0.1
CATEGORIES= editors gnustep
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://etoileos.com/
COMMENT= General text editor for plain and rich format text
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= objc
NO_CONFIGURE= yes
MAKE_FILE= GNUmakefile
# Following line sets up the GNUstep build environment.
.include "../../devel/gnustep-make/gnustep.mk"
SVN_REPOSITORIES= etoile
SVN_ROOT.etoile= http://svn.gna.org/svn/etoile/trunk/Etoile/Services/User/Typewriter
SVN_MODULE.etoile= Typewriter
WRKSRC= ${WRKDIR}/$(SVN_MODULE.etoile)
.include "../../wip/mk/svn-package.mk"
DEPENDS+= etoile-core:../../wip/etoile-core
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../x11/gnustep-gui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"