openbsd-ports/editors/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

62 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.76 2010/02/01 17:00:13 espie Exp $
# $FreeBSD: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $
#
SUBDIR =
SUBDIR += abiword
SUBDIR += axe
SUBDIR += beav
SUBDIR += beaver
SUBDIR += bvi
SUBDIR += cooledit
SUBDIR += cooledit,python
SUBDIR += ee
SUBDIR += elvis
SUBDIR += elvis,no_x11
SUBDIR += emacs21
SUBDIR += emacs21,no_x11
SUBDIR += emacs22
SUBDIR += emacs22,no_x11
SUBDIR += emacs22,gtk
SUBDIR += fte
SUBDIR += hexcurse
SUBDIR += hexedit
SUBDIR += hnb
SUBDIR += ht
SUBDIR += ht,no_x11
SUBDIR += jed
SUBDIR += jed,no_x11
SUBDIR += joe
SUBDIR += jove
SUBDIR += kile
SUBDIR += kxmleditor
SUBDIR += ldapvi
SUBDIR += leafpad
SUBDIR += nano
SUBDIR += nedit
SUBDIR += nvi-m17n
SUBDIR += nvi-m17n,canna
SUBDIR += openoffice3
SUBDIR += openoffice3-dicts
SUBDIR += qscintilla
SUBDIR += scintilla
SUBDIR += scite
SUBDIR += subtitleeditor
SUBDIR += tea
SUBDIR += teaqt
SUBDIR += ted
SUBDIR += texmaker
SUBDIR += texworks
SUBDIR += textedit
SUBDIR += uemacs
SUBDIR += vim
SUBDIR += vim,no_x11
SUBDIR += xemacs21
SUBDIR += xemacs21-sumo
SUBDIR += xemacs21-sumo,mule
SUBDIR += xinha
SUBDIR += xwpe
SUBDIR += zile
.include <bsd.port.subdir.mk>