blob: fd242e2cd68ac2947083418187f0a07608009334 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: flim for xemacs-mule
# Version required: 1.12.5
# Date created: 25 July 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1999/08/06 19:08:53 shige Exp $
#
MAINTAINER= shige@FreeBSD.ORG
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/flim-emacs-current
# emacs port setup
EMACS_NAME= xemacs
EMACS_PORT= xemacs-mule
EMACS_VER= 20.4
EMACS_LIBDIR= lib/${EMACS_NAME}-${EMACS_VER}
# xemacs-mule-20.4 has no version specific site-lisp directories.
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}
# RUN_DEPENDS port name's suffix is '-common'.
HAVE_COMMON_PORT= YES
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
.include <${MASTERDIR}/Makefile>
|