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


1.1
date	2003.07.31.17.37.34;	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:   xml-lite.el
# Date created:                18 February 2002
# Whom:                        Kimura Fuyuki <fuyuki@@mj.0038.net>
#
# $FreeBSD$
# $ports: ports/textproc/xml-lite.el/Makefile,v 1.4 2003/06/02 01:24:33 naddy Exp $
#

PORTNAME=	xml-lite.el
PORTVERSION=	1.29
CATEGORIES=	textproc elisp
MASTER_SITES=	http://members.ozemail.com.au/~mdub/software/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A simple XML-editing for GNU Emacs

EMACS_PORT_NAME?=	emacs21
EMACS_NO_BUILD_DEPENDS=	YES

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

LISPDIR=	${EMACS_VERSION_SITE_LISPDIR}

do-install:
	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@
