1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/w3-4/Makefile
Baptiste Daroussin 2a4bee2ab3 Deprecate unmaintained ports from www where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports

thanks eadler for the help
2011-03-11 23:54:39 +00:00

45 lines
1.0 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
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
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>