1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/emacs-w3m-xemacs21-mule/Makefile
Mark Linimon 38e2442afd Canonicalize the inclusion of the master-port's Makefile.
PR:		ports/64393
Submitted by:	eik
Approved by:	maintainer timeout (2 months)
2004-05-18 18:16:42 +00:00

28 lines
739 B
Makefile

# 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/w3m
INFODIR= ${EMACS_PACKAGESDIR}/info
PKGINFODIR= ${EMACS_PACKAGESDIR}/pkginfo
INSTALL_TARGET= install-package
PLIST= ${.CURDIR}/pkg-plist
PLIST_SUB+= PKGINFODIR=${PKGINFODIR}
WITHOUT_OCTET_VIEWER= yes
.include "${MASTERDIR}/Makefile"