summaryrefslogtreecommitdiff
path: root/editors/semi/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-10-22 18:14:40 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-10-22 18:14:40 +0000
commitd320f43740d87a5e6fd4ba816693826803b7899a (patch)
tree6d500dad122bec1b4d75d2a2cba1152e01428958 /editors/semi/Makefile
parentAdd files missing in prev. commit (diff)
Update to 1.14.3 (after repo-copy).
This version port is only for emacs20.
Notes
Notes: svn path=/head/; revision=49088
Diffstat (limited to 'editors/semi/Makefile')
-rw-r--r--editors/semi/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index 64e742c6ccc8..8c902ff510b5 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/Makefile
@@ -8,10 +8,11 @@
PORTNAME= semi
PORTVERSION= ${SEMI_VER}
CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
- ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
- ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \
- ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/
+MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/ \
+ ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.14-for-flim-1.14/ \
+ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.14-for-flim-1.14/ \
+ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.14-for-flim-1.14/ \
+ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.14-for-flim-1.14/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= shige@FreeBSD.org
@@ -19,20 +20,19 @@ MAINTAINER?= shige@FreeBSD.org
PORTCLASS?= master
# distfile version
-FLIM_VER= 1.13.2
-SEMI_VER= 1.13.7
+FLIM_TRUNK= 1.14
+SEMI_TRUNK= 1.14
+SEMI_VER= 1.14.3
# setupel filename
SEMI_SETUPEL= semi-setupel.el
# document install directory by install-doc target
SEMIDOCDIR?= share/doc/semi
-FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_VER}.FreeBSD-packages
-SEMI_COOKIE= semi-${EMACS_PORT_NAME}-${SEMI_VER}.FreeBSD-packages
+FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_TRUNK}.FreeBSD-packages
+SEMI_COOKIE= semi-${EMACS_PORT_NAME}-${SEMI_TRUNK}.FreeBSD-packages
.if (${PORTCLASS} == "master")
# emacs port setup
-EMACS_PORT_NAME= emacs
-# whether emacs requires *-setupel.el
-REQUIRE_SETUPEL= YES
+EMACS_PORT_NAME= emacs20
.endif
# target name for make build
@@ -46,8 +46,8 @@ PLIST_SUB+= SEMIDOCDIR=${SEMIDOCDIR} SEMI_SETUPEL=${SEMI_SETUPEL} \
.if defined(EMACS_PORT_NAME)
# depends on flim
-BUILD_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim-${EMACS_PORT_NAME}-current
-RUN_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim-${EMACS_PORT_NAME}-current
+BUILD_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${FLIM_TRUNK:S/.//}-${EMACS_PORT_NAME}
+RUN_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${FLIM_TRUNK:S/.//}-${EMACS_PORT_NAME}
.else
.BEGIN:
@${ECHO} "Error: Bad port."