aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/emacs-wget/Makefile
blob: 8e758e8c6dd8d7beaeca9616814d8ee93c34de34 (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
# New ports collection makefile for:    emacs-wget
# Date Created:     6 Nov. 2002
# Whom:         Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   emacs-wget
PORTVERSION=    0.5.0
CATEGORIES= ftp www elisp
MASTER_SITES=   http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/

MAINTAINER= yoichi@FreeBSD.org
COMMENT=    Simple front-end to wget on Emacsen

RUN_DEPENDS=    wget:${PORTSDIR}/ftp/wget

NO_BUILD=   yes

do-install:
    ${MKDIR} ${PREFIX}/share/emacs/site-lisp/wget
.for i in wget wget-sysdep w3-wget w3m-wget
    ${INSTALL_DATA} ${WRKSRC}/${i}.el ${PREFIX}/share/emacs/site-lisp/wget
.endfor
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README README.ja USAGE USAGE.ja
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>