1999-01-18 04:07:27 +00:00
|
|
|
# New ports collection makefile for: wemi-current for emacs20
|
2000-01-02 14:20:50 +00:00
|
|
|
# Version required: 1.13.7
|
1999-01-18 04:07:27 +00:00
|
|
|
# Date created: 23 September 1998
|
|
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-01-18 04:07:27 +00:00
|
|
|
#
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= shige@FreeBSD.org
|
1999-01-18 04:07:27 +00:00
|
|
|
|
1999-05-10 14:51:54 +00:00
|
|
|
# This is a slave port.
|
|
|
|
PORTCLASS= slave
|
1999-01-18 04:07:27 +00:00
|
|
|
|
1999-05-10 14:51:54 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current
|
1999-01-18 04:07:27 +00:00
|
|
|
|
1999-05-10 14:51:54 +00:00
|
|
|
# emacs port setup
|
1999-01-18 04:07:27 +00:00
|
|
|
EMACS_NAME= emacs
|
|
|
|
EMACS_PORT= emacs20
|
1999-08-09 11:27:16 +00:00
|
|
|
EMACS_VER= 20.4
|
1999-08-06 17:07:22 +00:00
|
|
|
EMACS_LIBDIR= share/${EMACS_NAME}
|
|
|
|
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
|
1999-01-18 04:07:27 +00:00
|
|
|
|
1999-10-16 06:10:10 +00:00
|
|
|
# whether emacs has mule feature
|
|
|
|
HAS_MULE= YES
|
|
|
|
|
1999-05-10 14:51:54 +00:00
|
|
|
# use pkg/* files in ${.CURDIR}
|
|
|
|
PKGDIR= ${.CURDIR}/pkg
|
1999-01-18 04:07:27 +00:00
|
|
|
|
1999-05-10 14:51:54 +00:00
|
|
|
.include <${MASTERDIR}/Makefile>
|