aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-comm-packages/Makefile
blob: 44db76b74fd27b07c7ab2206dd49e2c088234897 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# New ports collection makefile for:    XEmacs elisp packages for Communication
# Date created:     03 June 2000
# Whom:         KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   xemacs-comm-packages
PORTVERSION=    2.2
CATEGORIES= editors elisp
MASTER_SITES=   ${MASTER_SITE_XEMACS}
MASTER_SITE_SUBDIR= packages
DISTFILES=  \
        bbdb-1.10-pkg.tar.gz \
        eicq-1.02-pkg.tar.gz \
        eudc-1.32-pkg.tar.gz \
        footnote-1.12-pkg.tar.gz \
        gnats-1.11-pkg.tar.gz \
        gnus-1.51-pkg.tar.gz \
        mew-1.11-pkg.tar.gz \
        mh-e-1.12-pkg.tar.gz \
        rmail-1.11-pkg.tar.gz \
        supercite-1.16-pkg.tar.gz \
        tm-1.24-pkg.tar.gz \
        vm-1.25-pkg.tar.gz \
        zenirc-1.08-pkg.tar.gz
DIST_SUBDIR=    xemacs

MAINTAINER= kiri@FreeBSD.org

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 comm 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 Packages'"
    @${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>