mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
485 B
Makefile
25 lines
485 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>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
MAINTAINER= nobutaka@nobutaka.com
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs
|
||
|
|
||
|
EMACS_NAME= xemacs
|
||
|
EMACS_PORT= xemacs-mule
|
||
|
EMACS_VER= 20.4
|
||
|
MULE_VER= 20.4
|
||
|
EMACS_LIBDIR= lib/xemacs-20.4
|
||
|
EMACS_VER_LIBDIR= lib/xemacs-20.4
|
||
|
|
||
|
HAVE_COMMON_PORT= yes
|
||
|
|
||
|
IS_SLAVE= yes
|
||
|
|
||
|
.include <${MASTERDIR}/Makefile>
|