ports/textproc/htmlize.el/Makefile
Joseph Mingrone a3cc513bfc Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
2018-02-01 18:03:09 +00:00

35 lines
843 B
Makefile

# Created by: Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
# $FreeBSD$
PORTNAME= htmlize.el
PORTVERSION= 1.39
PORTREVISION= 5
CATEGORIES= textproc elisp
MASTER_SITES= http://fly.srk.fer.hr/~hniksic/emacs/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
DISTNAME= ${PORTNAME}.cgi
EXTRACT_SUFX=
DIST_SUBDIR= repacked
MAINTAINER= dryice@FreeBSD.org
COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!)
USES= emacs
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.* ${STAGEDIR}${LISPDIR}
.include <bsd.port.mk>