freebsd-ports/textproc/xml-lite.el/Makefile
Christian Weisgerber 854c187a95 Remove MAINTAINER, as per his request:
"I'll be offline for the next few months.  Someone please take care
 of these poor orphans."

Also slip in some minor fixes.

PR:		52831
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2003-06-02 01:24:33 +00:00

34 lines
714 B
Makefile

# New ports collection makefile for: xml-lite.el
# Date created: 18 February 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
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>