freebsd-ports/deskutils/remember.el/Makefile
Ashish SHUKLA 7fc5bd70f3 GNU Emacs updates
editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
2013-03-30 05:13:30 +00:00

52 lines
1.4 KiB
Makefile

# New ports collection makefile for: remember.el
# Date created: March 09 2005
# Whom: Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#
PORTNAME= remember.el
PORTVERSION= 2.0
PORTREVISION= 10
CATEGORIES= deskutils elisp
MASTER_SITES= http://download.gna.org/remember-el/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= remember-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= dryice@dryice.name
COMMENT= A Emacs mode for remembering data
USE_EMACS= yes
USE_GMAKE= yes
INFO= remember remember-extra
OPTIONS= BBDB "BBDB support" off
OPTIONS+= PLANNER "Planner.el support" off
.include <bsd.port.pre.mk>
.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
IGNORE= incorporated into Emacs 23/24
.endif
.if !defined(WITHOUT_BBDB)
.if ${EMACS_NAME} == "xemacs"
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb-com.el:${PORTSDIR}/editors/xemacs-packages
.else
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/bbdb/bbdb-com.el:${PORTSDIR}/databases/bbdb
.endif
PLIST_SUB+= HAS_BBDB=""
.else
PLIST_SUB+= HAS_BBDB="@comment "
.endif
.if !defined(WITHOUT_PLANNER)
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/planner/planner.el:${PORTSDIR}/deskutils/planner.el
PLIST_SUB+= HAS_PLANNER=""
.else
PLIST_SUB+= HAS_PLANNER="@comment "
.endif
RUN_DEPENDS+= ${BUILD_DEPENDS}
.include <bsd.port.post.mk>