freebsd-ports/lang/php-mode.el/Makefile
Joseph Mingrone ced1e88d5e editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
2020-01-07 04:55:40 +00:00

39 lines
831 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= php-mode.el
PORTVERSION= 1.22.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= lang elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= yasu@utahime.org
COMMENT= PHP mode for GNU Emacs
LICENSE= GPLv3
USES= emacs gmake
USE_GITHUB= yes
GH_ACCOUNT= emacs-php
GH_PROJECT= ${PORTNAME:S/.el$//}
NO_ARCH= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
${INSTALL_DATA} \
${WRKSRC}/php-face.el \
${WRKSRC}/php-face.elc \
${WRKSRC}/php-mode-debug.el \
${WRKSRC}/php-mode-debug.elc \
${WRKSRC}/php-mode.el \
${WRKSRC}/php-mode.elc \
${WRKSRC}/php-project.el \
${WRKSRC}/php-project.elc \
${WRKSRC}/php.el \
${WRKSRC}/php.elc \
${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
.include <bsd.port.mk>