aboutsummaryrefslogtreecommitdiffstats
path: root/www/emacs-w3m-xemacs21-mule/Makefile
blob: 3e0c9c8485d5861421a203532969014c89937a2c (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
# New ports collection makefile for:    emacs-w3m-xemacs21-mule
# Date Created:     11 Apr 2001
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

MASTERDIR=  ${.CURDIR}/../emacs-w3m

EMACS_PORT_NAME=    xemacs21-mule
COMMENT=    Simple front-end to w3m for xemacs21-mule

CONFIGURE_ARGS=     --with-xemacs=${EMACS_CMD} \
            --with-packagedir=${PREFIX}/${EMACS_PACKAGESDIR}
EMACS_PACKAGESDIR=  lib/xemacs/site-packages
LISPDIR=        ${EMACS_PACKAGESDIR}/lisp/w3m
ICONDIR=        ${EMACS_PACKAGESDIR}/etc/images/w3m
INFODIR=        ${EMACS_PACKAGESDIR}/info
PKGINFODIR=     ${EMACS_PACKAGESDIR}/pkginfo
INSTALL_TARGET=     install-package

INFO_PATH=      ${INFODIR}

PLIST=          ${.CURDIR}/pkg-plist
PLIST_SUB+=     PKGINFODIR=${PKGINFODIR} EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}

WITHOUT_OCTET_VIEWER=   yes

.include "${MASTERDIR}/Makefile"