pkgsrc/editors/xcoral/Makefile
hubertf d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00

32 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:44 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/26 02:16:00 steve Exp
#
DISTNAME= xcoral-3.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
MAINTAINER= packages@netbsd.org
COMMENT= Multiwindow mouse-based text editor for X
USE_X11BASE= yes
GNU_CONFIGURE= yes
LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \
complete-word.sc describe.sc edir.sc edt.sc example.sc \
french.sc hack-filename.sc hanoi.sc head.sc html.sc \
java.sc keydef-ext.sc latex-macros.sc latex.sc \
man.dtex misc-commands.sc mode-ext.sc mode.sc mouse.sc \
rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \
utilities.sc version.sc window-utilities.sc xcoralrc.lf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin
@${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral
.for FILE in ${LIBFILES}
${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${PREFIX}/lib/xcoral
.endfor
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons
${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral
.include "../../mk/bsd.pkg.mk"