summaryrefslogtreecommitdiff
path: root/japanese/weather-emacs20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/weather-emacs20/Makefile')
-rw-r--r--japanese/weather-emacs20/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/japanese/weather-emacs20/Makefile b/japanese/weather-emacs20/Makefile
deleted file mode 100644
index ad376ca73938..000000000000
--- a/japanese/weather-emacs20/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: weather
-# Date Created: 5 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= weather
-PORTVERSION= 0.32
-PORTREVISION= 1
-CATEGORIES= japanese elisp geography
-MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ \
- ftp://ftp.ring.gr.jp/pub/text/elisp/jaist/ftp.opaopa.org/elisp/ \
- ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.opaopa.org/elisp/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= yoichi@FreeBSD.org
-COMMENT= Weather Report in Japanese Regions
-
-DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version
-EXPIRATION_DATE= 2007-08-19
-
-USE_EMACS= yes
-EMACS_PORT_NAME?= emacs20
-
-.if ${EMACS_PORT_NAME} != "emacs21"
-PORTNAMESUFFIX= ${PKGNAMESUFFIX}
-.endif
-
-BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${PORTNAMESUFFIX}
-RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${PORTNAMESUFFIX}
-
-DOCS= README
-
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
-MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>