mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- use Emacs 22 by default
- update my mail address
This commit is contained in:
parent
6abaf56dfe
commit
b698de5e4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205678
@ -14,14 +14,14 @@ MASTER_SITES= http://download.gna.org/planner-el/ \
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
DISTNAME= planner-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
MAINTAINER= dryice@FreeBSD.org
|
||||
COMMENT= PlannerMode is an organizer and day planner for Emacs
|
||||
|
||||
USE_EMACS= yes
|
||||
USE_GMAKE= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
EMACS_PORT_NAME?= emacs22
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
.if ${EMACS_PORT_NAME} != "emacs22"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
@ -38,6 +38,12 @@ OPTIONS+= XTLA "XTLA support" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${EMACS_PORT_NAME} == "emacs21")
|
||||
PLIST_SUB+= HAS_ICAL="@comment "
|
||||
.else
|
||||
PLIST_SUB+= HAS_ICAL=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BBDB)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/bbdb/bbdb-com.el:${PORTSDIR}/databases/bbdb
|
||||
PLIST_SUB+= HAS_BBDB=""
|
||||
@ -45,12 +51,17 @@ PLIST_SUB+= HAS_BBDB=""
|
||||
PLIST_SUB+= HAS_BBDB="@comment "
|
||||
.endif
|
||||
|
||||
.if (${EMACS_PORT_NAME} == "emacs21")
|
||||
.if defined(WITH_ERC)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/erc/erc.el:${PORTSDIR}/irc/erc
|
||||
PLIST_SUB+= HAS_ERC=""
|
||||
.else
|
||||
PLIST_SUB+= HAS_ERC="@comment "
|
||||
.endif
|
||||
.else
|
||||
# emacs 22 and above has ERC build in
|
||||
PLIST_SUB+= HAS_ERC=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNATS)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/gnats.el:${PORTSDIR}/databases/gnats4
|
||||
|
@ -31,6 +31,7 @@ info/planner-el
|
||||
%%EMACS_SITE_LISPDIR%%/planner/planner-gnus.el
|
||||
%%EMACS_SITE_LISPDIR%%/planner/planner-gnus.elc
|
||||
%%EMACS_SITE_LISPDIR%%/planner/planner-ical.el
|
||||
%%HAS_ICAL%%%%EMACS_SITE_LISPDIR%%/planner/planner-ical.elc
|
||||
%%EMACS_SITE_LISPDIR%%/planner/planner-id.el
|
||||
%%EMACS_SITE_LISPDIR%%/planner/planner-id.elc
|
||||
%%EMACS_SITE_LISPDIR%%/planner/planner-ledger.el
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITES= http://download.gna.org/xtla-el/ \
|
||||
http://dryice.name/computer/FreeBSD/distfiles/
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
MAINTAINER= dryice@FreeBSD.org
|
||||
COMMENT= An Emacs front-end to tla
|
||||
|
||||
BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \
|
||||
@ -22,9 +22,9 @@ BUILD_DEPENDS+= tla:${PORTSDIR}/devel/tla \
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
EMACS_PORT_NAME?= emacs22
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
.if ${EMACS_PORT_NAME} != "emacs22"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
|
@ -14,13 +14,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
MASTER_SITE_SUBDIR= emhacks
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
MAINTAINER= dryice@FreeBSD.org
|
||||
COMMENT= A tree widget for Emacs
|
||||
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
EMACS_PORT_NAME?= emacs22
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
.if ${EMACS_PORT_NAME} != "emacs22"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
|
@ -13,11 +13,11 @@ MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \
|
||||
http://bsdchat.com/dist/dryice/
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
MAINTAINER= dryice@FreeBSD.org
|
||||
COMMENT= A dictionary client for Emacs
|
||||
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
EMACS_PORT_NAME?= emacs22
|
||||
|
||||
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
||||
ELS= connection.el dictionary.el link.el
|
||||
|
Loading…
Reference in New Issue
Block a user