freebsd-ports/lang/php-mode.el/Makefile
Joseph Mingrone b946d410cc
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.

Sponsored by:	The FreeBSD Foundation
2024-07-04 18:31:24 -03:00

55 lines
1.3 KiB
Makefile

PORTNAME= php-mode.el
DISTVERSIONPREFIX= v
DISTVERSION= 1.25.0
PORTREVISION= 5
CATEGORIES= lang elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= marc@bumblingdork.com
COMMENT= PHP mode for GNU Emacs
WWW= https://github.com/emacs-php/php-mode
LICENSE= GPLv3
USES= emacs gmake
USE_GITHUB= yes
GH_ACCOUNT= emacs-php
GH_PROJECT= ${PORTNAME:S/.el$//}
EMACS_FLAVORS_EXCLUDE= devel_full devel_nox # Eager macro-expansion failure: (void-variable flymake-allowed-file-name-masks)
NO_ARCH= yes
LISP_FILES= lisp/php-align.el \
lisp/php-align.elc \
lisp/php-complete.el \
lisp/php-complete.elc \
lisp/php-defs.el \
lisp/php-defs.elc \
lisp/php-face.el \
lisp/php-face.elc \
lisp/php-flymake.el \
lisp/php-flymake.elc \
lisp/php-format.el \
lisp/php-format.elc \
lisp/php-ide-phpactor.el \
lisp/php-ide-phpactor.elc \
lisp/php-ide.el \
lisp/php-ide.elc \
lisp/php-local-manual.el \
lisp/php-local-manual.elc \
lisp/php-mode-debug.el \
lisp/php-mode-debug.elc \
lisp/php-mode.el \
lisp/php-mode.elc \
lisp/php-project.el \
lisp/php-project.elc \
lisp/php.el \
lisp/php.elc
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
${INSTALL_DATA} ${LISP_FILES:C/^/${WRKSRC}\//g} \
${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
.include <bsd.port.mk>