pkgsrc/editors/xcoral/Makefile
2015-07-04 16:18:28 +00:00

36 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:30 joerg Exp $
DISTNAME= xcoral-3.2
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=editors/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Multiwindow mouse-based text editor for X
MAKE_JOBS_SAFE= no
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
INSTALLATION_DIRS= bin lib/xcoral share/doc/xcoral/HTML/icons
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${DESTDIR}${PREFIX}/bin
.for file in ${LIBFILES}
${INSTALL_DATA} ${WRKSRC}/SmacLib/${file} ${DESTDIR}${PREFIX}/lib/xcoral
.endfor
${CP} -r ${WRKSRC}/Doc/* ${DESTDIR}${PREFIX}/share/doc/xcoral
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"