mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3367e70dd1
PR: ports/6011 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# New ports collection makefile for: hanemacs
|
|
# Version required: 19.34b-2
|
|
# Date created: 12 Mar 1998
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= hanemacs-19.34b-1
|
|
PKGNAME= ko-hanemacs-19.34b1
|
|
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/
|
|
|
|
MAINTAINER= junker@jazz.snu.ac.kr
|
|
|
|
WRKSRC= ${WRKDIR}/hanemacs-19.34
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit --prefix=${PREFIX}
|
|
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
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
fi
|
|
.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
|
|
|
|
.include <bsd.port.mk>
|