freebsd-ports/ftp/emacs-wget/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

31 lines
721 B
Makefile

# 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.0
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>