summaryrefslogtreecommitdiff
path: root/korean/hanemacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hanemacs/Makefile')
-rw-r--r--korean/hanemacs/Makefile62
1 files changed, 0 insertions, 62 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile
deleted file mode 100644
index 001738827bcb..000000000000
--- a/korean/hanemacs/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: hanemacs
-# Date created: 12 Mar 1998
-# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hanemacs
-PORTVERSION= 19.34b.1
-PORTREVISION= 1
-CATEGORIES= korean editors
-MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ \
- ftp://ftp.kaist.ac.kr/pub/hangul/editor/HanEmacs/ \
- ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/HanEmacs/
-DISTNAME= hanemacs-19.34b-1
-
-MAINTAINER= cjh@FreeBSD.org
-COMMENT= Korean version of GNU editing macros
-
-ONLY_FOR_ARCHS= i386
-
-DEPRECATED= depends on emacs19 which is obsolete
-EXPIRATION_DATE= 2007-08-19
-
-WRKSRC= ${WRKDIR}/hanemacs-19.34
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --with-x-toolkit \
- --sharedstatedir=/var/run
-CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
-STRIP=
-MAN1= emacs.1 etags.1 ctags.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 601104
-BROKEN= Incorrect pkg-plist on FreeBSD >= 6.x
-.endif
-
-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
-# install emacs.sh into ${PREFIX}/etc/rc.d
- ${MKDIR} /var/run/emacs/lock
- ${CHMOD} 1777 /var/run/emacs/lock
- @${MKDIR} ${PREFIX}/etc/rc.d
- @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
-
-.include <bsd.port.post.mk>