head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.10.13.03.33.55;	author yoichi;	state dead;
branches;
next	1.1;

1.1
date	2003.07.31.17.36.51;	author shige;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to use elisp-conf.
@
text
@#!/bin/sh
# $FreeBSD: projects/elisports/editors/apel/scripts/configure,v 1.1 2003/07/31 17:36:51 shige Exp $

for i in ${TARGETS}
do
	if [ -f ${WRKDIR}/${i}.in ]; then
	cat ${WRKDIR}/${i}.in | /usr/bin/sed \
	-e "s;@@@@LOCALBASE@@@@;${LOCALBASE};g" \
	-e "s;@@@@EMACS_LIBDIR@@@@;${EMACS_LIBDIR};g" \
	-e "s;@@@@EMACS_VER@@@@;${EMACS_VER};g" \
	-e "s;@@@@EMACS_LIBDIR_WITH_VER@@@@;${EMACS_LIBDIR_WITH_VER};g" \
	-e "s;@@@@EMACS_SITE_LISPDIR@@@@;${EMACS_SITE_LISPDIR};g" \
	-e "s;@@@@EMACS_VERSION_SITE_LISPDIR@@@@;${EMACS_VERSION_SITE_LISPDIR};g" \
	> ${WRKDIR}/${i}
	fi
done
@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@d2 1
a2 1
# $FreeBSD$
@

