mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
cf14a19af3
PR: ports/10949 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# New ports collection makefile for: xcoral
|
|
# Version required: 3.2
|
|
# Date created: Mon Oct 2 16:14:41 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id: Makefile,v 1.6 1999/01/26 02:16:00 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xcoral-3.14
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= editors
|
|
|
|
MAINTAINER= erich@FreeBSD.ORG
|
|
|
|
USE_IMAKE= 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 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
|
|
|
|
post-patch:
|
|
${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Imakefile
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/xcoral/
|
|
|
|
.for i in ${LIBFILES}
|
|
${INSTALL_DATA} ${WRKSRC}/SmacLib/${i} ${PREFIX}/lib/xcoral/
|
|
.endfor
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin/
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xcoral/HTML/icons
|
|
${CP} -r ${WRKSRC}/Doc/ ${PREFIX}/share/doc/xcoral/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|