mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Follow the update of tamago and fix dependences.
It is regrettable to remove dependences on tamago and emacsen. Those dependences might be regenerated by some product of elisp ports issue now being discussed in ports-jp list.
This commit is contained in:
parent
f78ddeea29
commit
27f7322cb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52214
1 changed files with 6 additions and 9 deletions
|
@ -7,26 +7,23 @@
|
||||||
|
|
||||||
PORTNAME= boiling-egg
|
PORTNAME= boiling-egg
|
||||||
PORTVERSION= 0.02
|
PORTVERSION= 0.02
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= http://www.gcd.org/sengoku/boiling-egg/
|
MASTER_SITES= http://www.gcd.org/sengoku/boiling-egg/
|
||||||
DISTNAME= ${PORTNAME}.el
|
DISTNAME= ${PORTNAME}.el
|
||||||
EXTRACT_SUFX= # empty
|
EXTRACT_SUFX= # empty
|
||||||
EXTRACT_ONLY= # empty
|
EXTRACT_ONLY= # empty
|
||||||
|
|
||||||
MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
|
MAINTAINER= yoichi@FreeBSD.org
|
||||||
|
|
||||||
RUN_DEPENDS= ${ELISPDIR}/egg/egg.el:${PORTSDIR}/editors/tamago
|
|
||||||
|
|
||||||
EMACS_PORT_NAME?= emacs20
|
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
|
ELISPDIR= share/emacs/site-lisp
|
||||||
PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp"
|
PLIST_SUB+= ELISPDIR=${ELISPDIR}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${ELISPDIR}
|
${MKDIR} ${PREFIX}/${ELISPDIR}
|
||||||
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR}
|
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISPDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue