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

PORTNAME=   emacs-wget
PORTVERSION=    0.4.1
CATEGORIES= ftp www
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
    ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp/wget
.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>