pkgsrc-wip/TextEdit/Makefile
Aleksej Saushev dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00

24 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/24 16:56:29 asau Exp $
#
PKGNAME= TextEdit-4.0
DISTNAME= textedit.app_4.0.orig
PKGREVISION= 2
CATEGORIES= editors gnustep
MASTER_SITES= http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/t/textedit.app/
MAINTAINER= metaridley@mchsi.com
HOMEPAGE= http://www.nongnu.org/backbone/apps.html
COMMENT= GNUstep text editor
PKG_DESTDIR_SUPPORT= none
WRKSRC= ${WRKDIR}/textedit-4.0
NO_CONFIGURE= yes
USE_LANGUAGES= objc
USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../x11/gnustep-gui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"