head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.27;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@# New ports collection makefile for:	mgp-mode.el
# Date created:		99/10/6
# Whom:			Satoshi Taoka <taoka@@FreeBSD.org>
#
# $FreeBSD$
# $ports: ports/misc/mgp-mode.el/Makefile,v 1.5 2003/06/28 02:30:45 taoka Exp $
#

PORTNAME=	mgp-mode.el
PORTVERSION=	1.30
CATEGORIES=	misc elisp
MASTER_SITES=	ftp://TypeHack.aial.hiroshima-u.ac.jp/pub/Emacs/MagicPoint/
DISTFILES=	${PORTNAME}

MAINTAINER=	taoka@@FreeBSD.org
COMMENT=	A mode of Emacs for editing MagicPoint files

#RUN_DEPENDS=	mgp:${PORTSDIR}/misc/magicpoint

EXTRACT_ONLY=	# empty
NO_WRKSUBDIR=	yes
NO_BUILD=	yes
WRKSRC=		${WRKDIR}

ELISPDIR=	${PREFIX}/share/emacs/site-lisp
XELISPDIR=	${PREFIX}/lib/xemacs/site-lisp

do-install:
	${MKDIR} ${ELISPDIR}
	${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${ELISPDIR}
# For XEmacs
	${MKDIR} ${XELISPDIR}
	${LN} -sf ${ELISPDIR}/${DISTFILES} ${XELISPDIR}

.include <bsd.port.mk>
@
