mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
b281545e97
Synchronize with updating editors/xemacs21-mule to 21.1.8. Install wanderlust (xemacs-)package to ${PREFIX}/lib/xemacs/site-packages. PR: ports/16193 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# New ports collection makefile for: Wanderlust (for xemacs-mule)
|
|
# Version required: 1.0.x
|
|
# Date created: 7 Apr 1999
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= nobutaka@nobutaka.com
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
|
|
|
|
EMACS_NAME= xemacs
|
|
EMACS_PORT= xemacs21-mule
|
|
EMACS_VER= 21.1.8
|
|
MULE_VER= 21.1.8
|
|
EMACS_LIBDIR= lib/xemacs
|
|
EMACS_PACKAGESDIR= lib/xemacs/site-packages
|
|
MANIFEST= MANIFEST.wl
|
|
|
|
HAVE_COMMON_PORT= yes
|
|
|
|
IS_SLAVE= yes
|
|
|
|
.include <${MASTERDIR}/Makefile>
|