summaryrefslogtreecommitdiff
path: root/editors/vim-gtk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-06add conflicts for vim6 (vim-devel)pooka1-2/+2
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-13/+6
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+3
2001-01-08Move special flags for ncurses in the NEED_NCURSES==YES case.wiz1-5/+4
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz1-2/+4
(only after bsd.prefs.mk inclusion)
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-25/+9
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-06-25Upgrade vim packages to version 5.7. Use internal curses if possible.pooka1-5/+19
New since version 5.6 --------------------- Not much: - 19 new syntax files. - "explorer.vim" script, works like a file browser. And many bug fixes! This version is aimed at stability.
2000-02-15Factor out common commands in post-install target into two for loops.agc1-15/+9
2000-02-15On Solaris use curses, not ncurses.agc1-12/+20
Also work around misreadings of the POSIX spec with the ln(1) command on Solaris.
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-3/+3
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-01-25Remove all files that might conflict with a `normal vi', eg. bin/ex andpooka1-3/+1
man/man1/view.1. The functionality is still there, the links are just no longer created.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
1999-12-21"vim-gtk" conflicts with "vim-xaw".tron1-2/+2
1999-12-21Remove incorret ".gz" from softlink target when linking manual pages.tron1-5/+5
1999-12-21Use softlinks for manual pages which makes the manual handling oftron1-20/+13
"MANZ" completely unnecessary.
1999-12-21Make these packages install is MANZ=1 is setpooka1-5/+12
1999-12-21Make way for a new glorious vim package structurepooka1-26/+33
1999-11-22Update "vim-gtk" package to version 5.5 using patches supplied bytron1-7/+8
Antti Kantee in PR pkg/8832. Changes since version 5.4: - Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should also work in an xterm when translations are installed. - Support for decompression of bzip2 files in the example vimrc file. - Handling of patch numbers, they show up in the ":version" output. - Uninstall program for MS-Windows, for those that have a problem with the "Edit with Vim" popup menu entry. And many bug fixes! This version is aimed at stability.
1999-11-12Make this package compile on Solaris.agc1-5/+11
1999-10-23Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-08-08Initial import of vim-gtk, a VIM variant with the optional gui using GTK+rh1-0/+29
instead of Xaw.