1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/xemacs-packages/Makefile
Kiriyama Kazuhiko 1c763f5313 Updated editors/xemacs-packages 1.6 -> 1.7. Following xemacs' packages have
been updated:

    apel-1.18       -> apel-1.19
    auctex-1.21	    -> auctex-1.22
    c-support-1.14  -> c-support-1.15
    cc-mode-1.20    -> cc-mode-1.21
    debug-1.11	    -> debug-1.12
    dired-1.07	    -> dired-1.08
    edit-utils-1.52 -> edit-utils-1.53
    efs-1.20	    -> efs-1.21
    hm--html-menus-1.14-> hm--html-menus-1.15
    ispell-1.19     -> ispell-1.21
    mail-lib-1.30   -> mail-lib-1.33
    mailcrypt-2.04  -> mailcrypt-2.06
    net-utils-1.13  -> net-utils-1.14
    os-utils-1.23   -> os-utils-1.24
    pcl-cvs-1.49    -> pcl-cvs-1.50
    prog-modes-1.29 -> prog-modes-1.30
    ps-print-nomule-1.03-> ps-print-nomule-1.04
    psgml-1.19      -> psgml-1.20
    sgml-1.06	    -> sgml-1.07
    text-modes-1.25 -> text-modes-1.28
    time-1.09	    -> time-1.10
    vc-1.23	    -> vc-1.24
    viper-1.21	    -> viper-1.22
    w3-1.15	    -> w3-1.16
    xemacs-base-1.43-> xemacs-base-1.46
    xemacs-devel-1.28-> xemacs-devel-1.30

Approved by: shige(mentor)
2000-11-30 11:34:36 +00:00

76 lines
2.4 KiB
Makefile

# New ports collection makefile for: X-Emacs Packages
# Date created: 24 Apr 1999
# Whom: Michael Elbel (me@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= xemacs-packages
PORTVERSION= 1.7
CATEGORIES= editors elisp
MASTER_SITES= ${MASTER_SITE_XEMACS}
MASTER_SITE_SUBDIR= packages
DISTFILES= \
apel-1.19-pkg.tar.gz \
auctex-1.22-pkg.tar.gz \
c-support-1.15-pkg.tar.gz \
cc-mode-1.21-pkg.tar.gz \
debug-1.12-pkg.tar.gz \
dired-1.08-pkg.tar.gz \
edit-utils-1.53-pkg.tar.gz \
efs-1.21-pkg.tar.gz \
fsf-compat-1.07-pkg.tar.gz \
hm--html-menus-1.15-pkg.tar.gz \
ispell-1.21-pkg.tar.gz \
mail-lib-1.33-pkg.tar.gz \
mailcrypt-2.06-pkg.tar.gz \
net-utils-1.14-pkg.tar.gz \
os-utils-1.24-pkg.tar.gz \
pcl-cvs-1.50-pkg.tar.gz \
prog-modes-1.30-pkg.tar.gz \
ps-print-nomule-1.04-pkg.tar.gz \
psgml-1.20-pkg.tar.gz \
sgml-1.07-pkg.tar.gz \
sh-script-1.12-pkg.tar.gz \
texinfo-1.19-pkg.tar.gz \
text-modes-1.28-pkg.tar.gz \
time-1.10-pkg.tar.gz \
vc-1.24-pkg.tar.gz \
viper-1.22-pkg.tar.gz \
w3-1.16-pkg.tar.gz \
xemacs-base-1.46-pkg.tar.gz \
xemacs-devel-1.30-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 basic package for XEmacs(version over 21). You might be enough"
@${ECHO_MSG} "only with this package for working at XEmacs but if you think it"
@${ECHO_MSG} "insufficient,you can install other packages provided by XEmacs.org with"
@${ECHO_MSG} "editors/xemacs-*-packages ports. These ports are prepared for corresponding"
@${ECHO_MSG} "XEmacs packages except for xemacs-packages, xemacs-mule-basic-packages and"
@${ECHO_MSG} "xemacs-additional-packages. Where xemacs-additional-packages is a meta ports for"
@${ECHO_MSG} "packages out of xemacs, xemacs 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>