1995-10-02 17:14:42 +01:00
|
|
|
# New ports collection makefile for: xcoral
|
1999-01-26 03:16:10 +01:00
|
|
|
# Version required: 3.2
|
1999-04-11 13:19:14 +02:00
|
|
|
# Date created:
|
1995-10-02 17:14:42 +01:00
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-10-02 17:14:42 +01:00
|
|
|
#
|
|
|
|
|
1999-04-11 13:19:14 +02:00
|
|
|
DISTNAME= xcoral-3.2
|
1996-11-11 06:07:53 +01:00
|
|
|
CATEGORIES= editors
|
1996-11-18 10:56:45 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= editors
|
1995-10-02 17:14:42 +01:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= erich@FreeBSD.org
|
1995-10-02 17:14:42 +01:00
|
|
|
|
1999-04-11 13:19:14 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-01-26 03:16:10 +01:00
|
|
|
|
|
|
|
LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \
|
|
|
|
complete-word.sc describe.sc edir.sc edt.sc example.sc \
|
1999-04-11 13:19:14 +02:00
|
|
|
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
|
1999-01-26 03:16:10 +01:00
|
|
|
|
|
|
|
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
|
1996-10-10 18:02:04 +02:00
|
|
|
|
1995-10-02 17:14:42 +01:00
|
|
|
.include <bsd.port.mk>
|