freebsd-ports/editors/flim/Makefile

207 lines
6 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: flim-1.14.x for emacs21
1999-05-09 18:34:29 +02:00
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
1999-05-09 18:34:29 +02:00
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
1999-05-09 18:34:29 +02:00
#
PORTNAME= flim
PORTVERSION= ${FLIM_VER}
2011-10-17 08:01:31 +02:00
PORTREVISION= 6
PORTEPOCH= 1
1999-05-09 18:34:29 +02:00
CATEGORIES= editors elisp
MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
1999-05-09 18:34:29 +02:00
MAINTAINER?= nobutaka@FreeBSD.org
COMMENT?= FLIM, message representation or encoding elisp library for emacs
1999-05-09 18:34:29 +02:00
PORTCLASS?= master
# distfile version
2009-09-23 17:51:30 +02:00
FLIM_VER= ${FLIM_TRUNK}.9
FLIM_TRUNK= 1.14
# document install directory by install-doc target
FLIMDOCDIR?= share/doc/flim
FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages
# flim lispdir
FLIM_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
FLIM_VERSION_SPECIFIC_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
1999-05-09 18:34:29 +02:00
PORTCLASS?= master
- Fix possibility of "infinite make fork" when "Registering install for ..." EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
2006-01-28 03:11:35 +01:00
USE_EMACS= yes
1999-05-09 18:34:29 +02:00
EMACS_MASTERDIR_PKGFILES=YES
DESCR= ${PKGDIR}/pkg-descr
1999-05-09 18:34:29 +02:00
# target name for make build
ALL_TARGET?= elc
# environments
PLIST_SUB+= FLIMDOCDIR=${FLIMDOCDIR} FLIM_COOKIE=${FLIM_COOKIE}
MAKE_ARGS+= PREFIX="${LOCALBASE}" \
LISPDIR="${FLIM_LISPDIR}" \
VERSION_SPECIFIC_LISPDIR="${FLIM_VERSION_SPECIFIC_LISPDIR}"
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
.endif
.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel")
PLIST= ${PKGDIR}/pkg-plist.emacs21
.endif
# depends on apel (case of xemacs-21.x or later)
.if defined(EMACS_PACKAGESDIR)
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/apel/emu.el:${PORTSDIR}/editors/xemacs-packages
RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/apel/emu.el:${PORTSDIR}/editors/xemacs-packages
2010-01-27 16:52:38 +01:00
MAKE_ARGS+= PACKAGEDIR="${LOCALBASE}/${EMACS_PACKAGESDIR}"
.else
# depends on apel (case of gnu emacsen etc...)
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
.endif
1999-05-09 18:34:29 +02:00
.else
.BEGIN:
@${ECHO} "Error: Bad port."
@${ECHO} "You must define EMACS_PORT_NAME."
1999-05-09 18:34:29 +02:00
@${FALSE}
.endif
1999-10-11 08:15:23 +02:00
.if !defined(BUILD_INFO_BY_EMACS) || (${BUILD_INFO_BY_EMACS} == "NO")
1999-05-09 18:34:29 +02:00
# info files JIS to EUC
BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf
1999-10-11 08:15:23 +02:00
.endif
1999-05-09 18:34:29 +02:00
1999-10-11 08:15:23 +02:00
# makeinfo stuff
MAKEINFO= makeinfo --no-split --no-validate
MAKEINFO_EMACS= ${EMACS_CMD} -no-site-file -no-init-file -batch
MAKEINFO_EMACS_FLAGS= -e texinfo-format-buffer -f save-buffer
.if defined(EMACS_PACKAGESDIR) && defined(XEMACS_PKGNAME)
pre-build: pkg-el-copy
.endif
1999-05-09 18:34:29 +02:00
1999-10-11 08:15:23 +02:00
.if defined(BUILD_INFO_BY_EMACS) && (${BUILD_INFO_BY_EMACS} == "YES")
post-build: info-build-by-emacs
1999-10-11 08:15:23 +02:00
.else
post-build: info-build
1999-10-11 08:15:23 +02:00
.endif
.if defined(EMACS_PACKAGESDIR) && defined(EMACS_PACKAGES_SUBDIRS)
pre-install: mkdir-site-packages
.endif
.if defined(EMACS_PACKAGESDIR) && defined(XEMACS_PKGNAME)
pre-install: pkg-el-install
.endif
POST_INSTALL_TARGET= pkgcookie-install
.if defined(EMACS_PACKAGESDIR) && defined(MANIFEST)
POST_INSTALL_TARGET+= info-package-install manifest-install
.else
POST_INSTALL_TARGET+= info-install
.endif
.if !defined(NOPORTDOCS)
POST_INSTALL_TARGET+= doc-install
.endif
post-install: ${POST_INSTALL_TARGET}
1999-10-11 08:15:23 +02:00
###############################################################################
#
# miscellaneous local functions
#
info-build:
1999-05-09 18:34:29 +02:00
@(cd ${WRKSRC} ; \
1999-10-11 08:15:23 +02:00
for i in mime-en.texi; do \
1999-05-09 18:34:29 +02:00
${MV} $${i} $${i}.jis ; \
${CAT} $${i}.jis | nkf -e > $${i} ; \
${MAKEINFO} $${i} || ${TRUE} ; \
done)
.if defined(EMACS_HAS_MULE) && (${EMACS_HAS_MULE} == "YES")
1999-05-09 18:34:29 +02:00
@(cd ${WRKSRC} ; \
1999-10-11 08:15:23 +02:00
for i in mime-ja.texi; do \
${MV} $${i} $${i}.jis ; \
${CAT} $${i}.jis | nkf -e > $${i} ; \
1999-10-11 08:15:23 +02:00
${MAKEINFO} $${i} || ${TRUE} ; \
done)
.endif
info-build-by-emacs:
@(cd ${WRKSRC} ; \
for i in mime-en.texi; do \
${MAKEINFO_EMACS} $${i} ${MAKEINFO_EMACS_FLAGS} || ${TRUE} ; \
1999-05-09 18:34:29 +02:00
done)
.if defined(EMACS_HAS_MULE) && (${EMACS_HAS_MULE} == "YES")
1999-10-11 08:15:23 +02:00
@(cd ${WRKSRC} ; \
for i in mime-ja.texi; do \
${MAKEINFO_EMACS} $${i} ${MAKEINFO_EMACS_FLAGS} || ${TRUE} ; \
done)
.endif
pkg-el-copy:
@(if [ -f ${FILESDIR}/_pkg.el ] ; then \
${CP} ${FILESDIR}/_pkg.el ${WRKSRC}/_pkg.el ;\
fi)
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)
mkdir-site-packages:
@(for i in ${EMACS_PACKAGES_SUBDIRS} ; do \
${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/$${i} ; \
done)
doc-install:
@${MKDIR} ${LOCALBASE}/${FLIMDOCDIR}
1999-05-09 18:34:29 +02:00
@(cd ${WRKSRC} ; \
1999-10-11 08:15:23 +02:00
for i in ChangeLog NEWS README.* VERSION ; do \
${INSTALL_DATA} $${i} ${LOCALBASE}/${FLIMDOCDIR}/ ; \
1999-05-09 18:34:29 +02:00
done)
info-install:
@(cd ${WRKSRC} ; \
1999-10-11 08:15:23 +02:00
for i in mime-en.info; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${LOCALBASE}/info ; \
install-info ${LOCALBASE}/info/$${i} ${LOCALBASE}/info/dir ; \
done)
.if defined(EMACS_HAS_MULE) && (${EMACS_HAS_MULE} == "YES")
1999-10-11 08:15:23 +02:00
@(cd ${WRKSRC} ; \
for i in mime-ja.info; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${LOCALBASE}/info ; \
install-info ${LOCALBASE}/info/$${i} ${LOCALBASE}/info/dir ; \
1999-10-11 08:15:23 +02:00
done)
.endif
info-package-install:
@(cd ${WRKSRC} ; \
for i in mime-en.info mime-ja.info; do \
${INSTALL_DATA} ${WRKSRC}/$${i} \
${LOCALBASE}/${EMACS_PACKAGESDIR}/info ; \
done ; \
${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
for i in mime-en.texi mime-ja.texi; do \
${INSTALL_DATA} ${WRKSRC}/$${i} \
${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
done)
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/
pkgcookie-install:
# install package-cookie
@${MKDIR} ${LOCALBASE}/share/flim
@${TOUCH} ${LOCALBASE}/share/flim/${FLIM_COOKIE}
1999-05-09 18:34:29 +02:00
.include <bsd.port.post.mk>