mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
bea2b0b802
Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966
32 lines
681 B
Makefile
32 lines
681 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= markdown-mode.el
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://jblevins.org/projects/markdown-mode/
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
DISTNAME= markdown-mode.el
|
|
EXTRACT_SUFX= # empty
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Emacs major mode for editing Markdown-formatted text
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= emacs
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= ${EMACS_SITE_LISPDIR}/markdown-mode.el
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
|
|
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/markdown-mode.el
|
|
|
|
.include <bsd.port.mk>
|