aboutsummaryrefslogtreecommitdiff
path: root/editors/xcoral/Makefile
blob: 9b77d6be124e60efc3f6a01b89b55cb43c982aa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    xcoral
# Version required:	3.2
# Date created:         
# Whom:                 erich@rrnet.com
#
# $FreeBSD$
#

DISTNAME=	xcoral-3.2
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	editors

MAINTAINER=	erich@FreeBSD.ORG

USE_X_PREFIX=	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:
	@${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>