Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2002 12:00:16 -0700 (PDT)
From:      Sean Chittenden <sean@chittenden.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/40129: New port: editors/docbook-mode.el
Message-ID:  <200207141900.g6EJ0G4C086507@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40129; it has been noted by GNATS.

From: Sean Chittenden <sean@chittenden.org>
To: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/40129: New port: editors/docbook-mode.el
Date: Sun, 14 Jul 2002 11:51:39 -0700

 --n8g4imXOkfNTN/H1
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 > > >Synopsis:       New port: editors/docbook-mode.el
 
 Hrm... not sure what I was thinking when I did this Makefile.  :-/
 Updated Makefile attached.  Thank you.  
 
 FWIW, I'm making the XEMACSLISPDIR in the event that the user doesn't
 have xemacs installed.  -sc
 
 -- 
 Sean Chittenden
 
 --n8g4imXOkfNTN/H1
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=Makefile
 
 # New ports collection makefile for:	docbook-mode.el
 # Date created:		2 July 2002
 # Whom:			Sean Chittenden <sean@chittenden.org>
 #
 # $FreeBSD$
 #
 
 PORTNAME=	docbook-mode.el
 PORTVERSION=	0.1
 CATEGORIES=	editors textproc elisp
 MASTER_SITES=	http://nwalsh.com/emacs/docbookide/
 DISTNAME=	docbookide01
 
 MAINTAINER=	sean@chittenden.org
 
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/docbookide
 NO_BUILD=	yes
 
 ELISP_FILES=	dbide-abbrev.el dbide-data.el dbide-font.el \
 		dbide-process.el docbookide.el make-regexp.el
 
 EMACS_LISPDIR=	${PREFIX}/${EMACS_SITE_LISPDIR}
 XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp
 
 do-install:
 	${MKDIR} ${XEMACSLISPDIR}
 .for f in ${ELISP_FILES}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${EMACS_ELISPDIR}/
 	${LN} -sf ${EMACSLISPDIR}/${f} ${XEMACSLISPDIR}/
 .endfor
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
 
 --n8g4imXOkfNTN/H1--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207141900.g6EJ0G4C086507>