2001-02-25 05:17:35 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:44 hubertf Exp $
|
1999-02-03 00:14:04 +01:00
|
|
|
# FreeBSD Id: Makefile,v 1.6 1999/01/26 02:16:00 steve Exp
|
1999-02-02 23:44:32 +01:00
|
|
|
#
|
|
|
|
|
1999-02-03 00:14:04 +01:00
|
|
|
DISTNAME= xcoral-3.2
|
|
|
|
CATEGORIES= editors
|
1999-04-15 22:39:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
|
1999-02-02 23:44:32 +01:00
|
|
|
|
1999-02-03 00:14:04 +01:00
|
|
|
MAINTAINER= packages@netbsd.org
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= Multiwindow mouse-based text editor for X
|
1999-02-02 23:44:32 +01:00
|
|
|
|
1999-02-03 00:14:04 +01:00
|
|
|
USE_X11BASE= yes
|
1999-02-02 23:44:32 +01:00
|
|
|
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:
|
1999-02-03 00:14:04 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin
|
2001-02-25 05:17:35 +01:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral
|
1999-02-03 00:14:04 +01:00
|
|
|
.for FILE in ${LIBFILES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${PREFIX}/lib/xcoral
|
1999-02-02 23:44:32 +01:00
|
|
|
.endfor
|
2001-02-25 05:17:35 +01:00
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons
|
1999-02-03 00:14:04 +01:00
|
|
|
${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral
|
1999-02-02 23:44:32 +01:00
|
|
|
|
1999-09-28 22:40:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|