diff options
Diffstat (limited to 'editors/boiling-egg/Makefile')
-rw-r--r-- | editors/boiling-egg/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile new file mode 100644 index 000000000000..8a4f7139765c --- /dev/null +++ b/editors/boiling-egg/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: boiling-egg +# Date created: 9 January 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= boiling-egg +PORTVERSION= 0.02 +CATEGORIES= editors elisp +MASTER_SITES= http://www.gcd.org/sengoku/boiling-egg/ +DISTNAME= ${PORTNAME}.el +EXTRACT_SUFX= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp + +RUN_DEPENDS= tamago:${PORTSDIR}/editors/tamago + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +ELISPDIR= ${PREFIX}/share/emacs/site-lisp + +do-install: + ${MKDIR} ${ELISPDIR} + ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR} + +.include <bsd.port.mk> |