summaryrefslogtreecommitdiff
path: root/editors/tamago-emacs21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tamago-emacs21/Makefile')
-rw-r--r--editors/tamago-emacs21/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
deleted file mode 100644
index 4abcd202c934..000000000000
--- a/editors/tamago-emacs21/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: tamago
-# Date created: 6 March 2000
-# Whom: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tamago
-PORTVERSION= 4.0.6
-CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.m17n.org/pub/tamago/ \
- ftp://ftp.kddlabs.co.jp/Japan/m17n.org/tamago/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= kuriyama
-PATCHFILES= tamago-${PORTVERSION}-20011028.patch.gz
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_REINPLACE= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-EMACS_PORT_NAME?= emacs21
-
-ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
-PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp"
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|emacs/site-lisp|${EMACS_NAME}/${EMACS_VER}/site-lisp|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>