pkgsrc-wip/scite/Makefile
Sergey Svishchev c6a1c9aa96 Update to 1.59. Summary of changes:
Minor improvements and fixes. European language input on GTK+ returns
to 1.57 behaviour.  Length of the Options and Language menus reduced by
commenting out some languages. Languages can be enabled by editing the
global properties file.
2004-03-27 19:40:17 +00:00

28 lines
794 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/03/27 19:40:17 shattered Exp $
#
DISTNAME= scite159
PKGNAME= scite-1.59
WRKSRC= ${WRKDIR}
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scintilla/}
EXTRACT_SUFX= .tgz
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://www.scintilla.org/
COMMENT= Editor with facilities for building and running programs
USE_BUILDLINK2= yes
USE_GNU_TOOLS+= make
do-build:
cd ${WRKSRC}/scintilla/gtk && ${GMAKE} GTK2=1 CPPFLAGS=-Dunix
cd ${WRKSRC}/scite/gtk && ${GMAKE} GTK2=1 CPPFLAGS=-Dunix
do-install:
cd ${WRKSRC}/scite/gtk && ${GMAKE} GTK2=1 install
${INSTALL_MAN} ${WRKSRC}/scite/doc/scite.1 ${PREFIX}/man/man1
.include "../../converters/libiconv/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"