freebsd-ports/editors/boiling-egg/Makefile
Yoichi NAKAYAMA 27f7322cb5 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.
2001-12-26 17:23:41 +00:00

29 lines
626 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= editors elisp
MASTER_SITES= http://www.gcd.org/sengoku/boiling-egg/
DISTNAME= ${PORTNAME}.el
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= yoichi@FreeBSD.org
NO_WRKSUBDIR= yes
NO_BUILD= yes
ELISPDIR= share/emacs/site-lisp
PLIST_SUB+= ELISPDIR=${ELISPDIR}
do-install:
${MKDIR} ${PREFIX}/${ELISPDIR}
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISPDIR}
.include <bsd.port.mk>