# New ports collection makefile for: php-mode.el # Date created: 21 June 2002 # Whom: Dmitry Sivachenko # # $FreeBSD$ # PORTNAME= php-mode.el PORTVERSION= 1.5.0 CATEGORIES= lang elisp MASTER_SITES= SF/php-mode/php-mode/${PORTVERSION} DISTNAME= ${PORTNAME:S/.el$//}-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= Emacs lisp module for the PHP language INFO= php-mode EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-build: cd ${BUILD_WRKSRC} && makeinfo --no-split php-mode.texi do-install: ${MKDIR} ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} ${INSTALL_DATA} ${WRKSRC}/php-mode.el ${EMACSLISPDIR}/php-mode.el ${LN} -sf ${EMACSLISPDIR}/php-mode.el ${XEMACSLISPDIR} ${INSTALL_DATA} ${WRKSRC}/php-mode.info ${PREFIX}/${INFO_PATH}/ post-install: @${CAT} ${PKGMESSAGE} .include cs' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix pkg-plist and bump PORTREVISION.hrs2006-02-281-0/+1
* Fix pkg-plist.hrs2006-02-211-0/+4
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22