1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/editors/xemacs-wp-packages/Makefile
Akinori MUSHA 7f17e86481 Use MASTER_SITE_XEMACS.
Reorder variables to satisfy portlint.

Approved by:	Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
		(MAINTAINER of chinese/xemacs)
		KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
		(MAINTAINER of xemacs-*-packages)
2000-10-24 12:09:17 +00:00

51 lines
1.6 KiB
Makefile

# New ports collection makefile for: XEmacs elisp packages for Word Processing
# Date created: 03 June 2000
# Whom: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xemacs-wp-packages
PORTVERSION= 1.1
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_XEMACS}
MASTER_SITE_SUBDIR= packages
DISTFILES= \
crisp-1.11-pkg.tar.gz \
edt-1.09-pkg.tar.gz \
reftex-1.20-pkg.tar.gz \
textools-1.10-pkg.tar.gz \
tpu-1.10-pkg.tar.gz
DIST_SUBDIR= xemacs
MAINTAINER= kiri@pis.toba-cmt.ac.jp
NO_BUILD= yes
WRKSRC= ${WRKDIR}/xemacs-packages
XEMACSDIR= ${PREFIX}/lib/xemacs
do-extract:
@${MKDIR} ${WRKSRC}
.for f in ${DISTFILES}
@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${f} \
${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
.endfor
do-install:
${MKDIR} ${XEMACSDIR}
${CP} -Rp ${WRKDIR}/xemacs-packages ${XEMACSDIR}
post-install:
@${ECHO_MSG} " This is the set of the packages for xemacs with the wp category. You can"
@${ECHO_MSG} "install other packages provided by XEmacs.org with editors/xemacs-*-packages"
@${ECHO_MSG} "ports. These ports are prepared for corresponding XEmacs packages except for"
@${ECHO_MSG} "xemacs-packages, xemacs-basic-packages and xemacs-additional-packages. Where"
@${ECHO_MSG} "xemacs-additional-packages is a meta ports for packages out of xemacs, xemacs"
@${ECHO_MSG} "mule-basic and xemacs mule category packages."
@${ECHO_MSG} " You can also install with running it as root and using the 'Manage Packes'"
@${ECHO_MSG} "menu within the 'Options' menu of the menubar. But using this xemacs package"
@${ECHO_MSG} "managing, you could not control under ports managing ;-)"
.include <bsd.port.mk>