1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/w3-4/Makefile
Doug Barton 2d94dc2a57 For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
2011-10-09 01:48:11 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: w3 on Emacs
# Date created: 31 December 1996
# Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= w3-${EMACS_PORT_NAME}
PORTVERSION= 4.0.p47
PORTREVISION= 4
CATEGORIES+= www elisp
MASTER_SITES= ${MASTER_SITE_XEMACS}
MASTER_SITE_SUBDIR= emacs-w3
DISTNAME= w3-4.0pre.47
MAINTAINER= ports@FreeBSD.org
COMMENT= WWW browser based on emacs/mule
# Depended on by editors/doxymacs
DEPRECATED= Upstream disapeared and distfile is not available
EXPIRATION_DATE= 2011-10-31
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=yes
INSTALL_TARGET= install
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
INFO= w3-faq w3
.include <bsd.port.pre.mk>
PLIST_SUB+= EMACS_VERSION_SITE_LISPDIR=${EMACS_VERSION_SITE_LISPDIR}
.if (${EMACS_NAME} == "xemacs")
CONFIGURE_ARGS= --with-xemacs=${EMACS_NAME}
.else
CONFIGURE_ARGS= --with-emacs=${EMACS_NAME}
.endif
CONFIGURE_ARGS+= --enable-site-install \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/w3
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
.include <bsd.port.post.mk>