blob: d5f3bb9fae49975f2522499c314c5fc9ef438b37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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.16
CATEGORIES= textproc elisp
MASTER_SITES= http://fly.srk.fer.hr/~hniksic/emacs/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= marc.vanwoerkom@fernuni-hagen.de
COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!)
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
BROKEN= Checksum mismatch
NO_BUILD= yes
LISPDIR= ${PREFIX}/share/emacs/site-lisp
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${LISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|