1998-05-17 22:26:00 +00:00
|
|
|
# New ports collection makefile for: hanemacs
|
|
|
|
# Date created: 12 Mar 1998
|
|
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
|
|
#
|
1999-08-30 12:09:14 +00:00
|
|
|
# $FreeBSD$
|
1998-05-17 22:26:00 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 09:17:26 +00:00
|
|
|
PORTNAME= hanemacs
|
|
|
|
PORTVERSION= 19.34b.1
|
1998-05-17 22:26:00 +00:00
|
|
|
CATEGORIES= korean editors
|
|
|
|
MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/editor/HanEmacs/ \
|
|
|
|
ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/HanEmacs/
|
2000-04-13 09:17:26 +00:00
|
|
|
DISTNAME= hanemacs-19.34b-1
|
1998-05-17 22:26:00 +00:00
|
|
|
|
2000-07-23 05:06:38 +00:00
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
|
1999-06-22 16:46:14 +00:00
|
|
|
NOT_FOR_ARCHS= alpha
|
|
|
|
|
1998-05-17 22:26:00 +00:00
|
|
|
WRKSRC= ${WRKDIR}/hanemacs-19.34
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_ARGS= --with-x-toolkit \
|
1999-01-18 03:21:53 +00:00
|
|
|
--sharedstatedir=/var/run
|
1999-03-08 07:28:36 +00:00
|
|
|
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
|
1998-05-17 22:26:00 +00:00
|
|
|
STRIP=
|
|
|
|
MAN1= emacs.1 etags.1 ctags.1
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@cd ${WRKSRC}; \
|
|
|
|
for file in \
|
|
|
|
hanemacs.README hanemacs_manual.ks \
|
|
|
|
hanemacs_manual.ps hanemacs_manual.txt; do \
|
|
|
|
${CP} $$file etc/; \
|
|
|
|
done; \
|
|
|
|
${CP} ${FILESDIR}/site-init.el lisp/
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.for file in hanemacs-19.34 emacsclient etags ctags b2m
|
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
|
|
|
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
|
|
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
|
|
.endfor
|
1999-01-18 03:21:53 +00:00
|
|
|
# install emacs.sh into ${PREFIX}/etc/rc.d
|
|
|
|
${MKDIR} /var/run/emacs/lock
|
1999-08-22 19:01:07 +00:00
|
|
|
${CHMOD} 1777 /var/run/emacs/lock
|
1999-01-18 03:21:53 +00:00
|
|
|
@${MKDIR} ${PREFIX}/etc/rc.d
|
|
|
|
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
|
1998-05-17 22:26:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|