freebsd-ports/textproc/htmlize.el/Makefile
Doug Barton 2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00

46 lines
1 KiB
Makefile

# New ports collection makefile for: htmlize.el
# Date created: 15 January 2004
# Whom: Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
#
# $FreeBSD$
#
PORTNAME= htmlize.el
PORTVERSION= 1.36
PORTREVISION= 2
CATEGORIES= textproc elisp
MASTER_SITES= http://fly.srk.fer.hr/~hniksic/emacs/
DISTNAME= ${PORTNAME}
DIST_SUBDIR= repacked
EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!)
# Depended on by textproc/emacs-wiki
BROKEN= checksum mismatch
DEPRECATED= BROKEN for more than 6 month
EXPIRATION_DATE= 2011-10-31
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKSRC}/htmlize.el
PLIST_FILES= ${EMACS_SITE_LISPDIR}/htmlize.el \
${EMACS_SITE_LISPDIR}/htmlize.elc
LISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}
do-build:
cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile htmlize.el
do-install:
${INSTALL_DATA} ${WRKSRC}/htmlize.* ${LISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>