freebsd-ports/textproc/xml-lite.el/Makefile
Mark Linimon f40e49e2cd Per distfile survey, update mastersite. The only difference in the
version on our ftp server and the one on the author's page is the
lower (!) revision number on its own CVS ID.  Otherwise they are
identical, so bump PORTEPOCH after updating the checksum.

The author notes: "All the features of xml-mode.el have now been
integrated into the latest (CVS) version of sgml-mode, so I no
longer maintain it as a separate module."  Perhaps that has
something to do with the version reset?  Who knows.
2003-10-27 03:59:27 +00:00

34 lines
717 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.1
PORTEPOCH= 1
CATEGORIES= textproc elisp
MASTER_SITES= http://dogbiscuit.org/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>