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


1.2
date	2003.10.13.03.33.54;	author yoichi;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update to use elisp-conf.
@
text
@# New ports collection makefile for:	apel for emacs
# Date created:		23 September 1998
# Whom:			Shigeyuki FUKUSHIMA <shige@@FreeBSD.org>
#
# $FreeBSD$
# $ports: ports/editors/apel/Makefile,v 1.34 2003/07/04 13:57:52 shige Exp $
#

PORTNAME=	apel
PORTVERSION=	10.6
CATEGORIES=	editors elisp
MASTER_SITES=	ftp://ftp.m17n.org/pub/mule/apel/ \
		ftp://ftp.jpl.org/pub/elisp/apel/ \
		ftp://ftp.etl.go.jp/pub/mule/apel/ \
		ftp://ftp.media.kyoto-u.ac.jp/pub/mule/apel/ \
		ftp://ftp.win.or.jp/pub/word/mule/apel/ \
		ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/apel/

RUN_DEPENDS=	${LOCALBASE}/share/elisp-conf/elisp-conf:../../sysutils/elisp-conf
MAINTAINER?=	shige@@FreeBSD.org
COMMENT?=	A Portable Emacs Library for emacsen

NO_BUILD=	yes

ELC_SETUP=	elc-setup
ELISPCONFDIR=	${PREFIX}/share/elisp-conf
ELISPDIR=	${ELISPCONFDIR}/elisp/apel/apel10
ELC_CLASS=	apel10

do-install:
	${MKDIR} ${ELISPDIR}/src
	${INSTALL_DATA} ${WRKSRC}/*.el ${ELISPDIR}/src
.for i in Makefile APEL-MK APEL-CFG APEL-ELS EMU-ELS
	${INSTALL_DATA} ${WRKSRC}/${i} ${ELISPDIR}/src
.endfor
	${INSTALL_DATA} ${FILESDIR}/${ELC_SETUP} ${ELISPDIR}
	${ECHO_CMD} ${ELC_CLASS} > ${ELISPDIR}/../.emacs20
	${ECHO_CMD} ${ELC_CLASS} > ${ELISPDIR}/../.emacs21
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ChangeLog README.en README.ja
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

post-install:
	sh ${ELISPCONFDIR}/elsetup -v apel || true

.include <bsd.port.mk>
@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@d10 1
a10 1
PORTVERSION=	${APEL_VER}
a17 1
PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
d19 1
d21 1
a21 1
COMMENT?=	A Portable Emacs Library for emacs21
d23 1
a23 17
# distfile version
APEL_VER=	10.5
# setupel filename
APEL_SETUPEL=	apel-setupel.el
# document install directory by install-doc target
APELDOCDIR?=	share/doc/apel
# apel lispdir
APEL_LISPDIR?=			${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
APEL_VERSION_SPECIFIC_LISPDIR?=	${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}

# This is a master port.
PORTCLASS?=	master

# emacs port setup
.if (${PORTCLASS} == "master")
EMACS_PORT_NAME=	emacs21
.endif
d25 19
a43 41
EMACS_MASTERDIR_PKGFILES=YES

# target name for make build
ALL_TARGET?=	elc
# environments
SCRIPTS_ENV+=	TARGETS="${APEL_SETUPEL}"
PLIST_SUB+=	APELDOCDIR=${APELDOCDIR} APEL_SETUPEL=${APEL_SETUPEL}
MAKE_ARGS+=	PREFIX="${LOCALBASE}" \
		LISPDIR="${APEL_LISPDIR}" \
		VERSION_SPECIFIC_LISPDIR="${APEL_VERSION_SPECIFIC_LISPDIR}"

.include <bsd.port.pre.mk>

.if defined(EMACS_PORT_NAME)
# depends on custom: emacs-19.34 or mule-19.34
.if (${EMACS_VER} == "19.34")
BUILD_DEPENDS+=	${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_NAME}
RUN_DEPENDS+=	${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_NAME}
.endif
.if defined(EMACS_PACKAGESDIR)
BUILD_DEPENDS+=	${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages
RUN_DEPENDS+=	${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages
.endif
.else
.BEGIN:
	@@${ECHO} "Error: Bad port."
	@@${ECHO} "You must define EMACS_PORT_NAME."
	@@${FALSE}
.endif

pre-configure:
.if defined(EMACS_NO_SUBDIRSEL) && (${EMACS_NO_SUBDIRSEL} == "YES")
	@@${CP} ${FILESDIR}/${APEL_SETUPEL}.in ${WRKDIR}
.endif

pre-install:
.if defined(EMACS_PACKAGESDIR) && defined(EMACS_PACKAGES_SUBDIRS)
	@@${MAKE} mkdir-site-packages
.endif
.if defined(EMACS_PACKAGESDIR) && defined(XEMACS_PKGNAME)
	@@${MAKE} pkg-el-install
d47 1
a47 43
.if defined(EMACS_NO_SUBDIRSEL) && (${EMACS_NO_SUBDIRSEL} == "YES")
	@@${MAKE} setupel-install
.endif
.if defined(EMACS_PACKAGESDIR) && defined(MANIFEST)
	@@${MAKE} manifest-install
.endif
.if !defined(NOPORTDOCS)
	@@${MAKE} doc-install
.endif

###############################################################################
#
# local functions
#
mkdir-site-packages:
	@@(for i in ${EMACS_PACKAGES_SUBDIRS} ; do \
	    ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/$${i} ; \
	done)

pkg-el-install:
	@@(if [ -f ${FILESDIR}/_pkg.el ] ; then \
	${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME} ;\
	${INSTALL_DATA} ${FILESDIR}/_pkg.el \
	    ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME}/_pkg.el ;\
	fi)

doc-install:
	@@${MKDIR} ${LOCALBASE}/${APELDOCDIR}
	@@(cd ${WRKSRC} ; \
	for i in ChangeLog README.* ; do \
	    ${INSTALL_DATA} $${i} ${LOCALBASE}/${APELDOCDIR}/ ; \
	done)

setupel-install:
	@@${INSTALL_DATA} ${WRKDIR}/${APEL_SETUPEL} \
			${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp

manifest-install:
	@@${RM} -f ${WRKDIR}/${MANIFEST}
	@@${CAT} ${PLIST} | ${GREP} -e "^%%EMACS_PACKAGESDIR%%" | \
		${SED} -e "s;^%%EMACS_PACKAGESDIR%%/;;" > ${WRKDIR}/${MANIFEST}
	@@${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \
		${LOCALBASE}/${EMACS_PACKAGESDIR}/pkginfo/
d49 1
a49 1
.include <bsd.port.post.mk>
@

