mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
030743a996
Take over the maintainership. I'm using PHP these days. ;|
35 lines
800 B
Makefile
35 lines
800 B
Makefile
# New ports collection makefile for: php-mode.el
|
|
# Date created: 21 June 2002
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= php-mode.el
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= lang elisp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=php-mode
|
|
DISTNAME= ${PORTNAME:S/.el$//}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Emacs lisp module for the PHP language
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
|
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
|
|
|
do-install:
|
|
${MKDIR} ${EMACSLISPDIR}
|
|
${MKDIR} ${XEMACSLISPDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/php-mode.el ${EMACSLISPDIR}/php-mode.el
|
|
${LN} -sf ${EMACSLISPDIR}/php-mode.el ${XEMACSLISPDIR}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|