1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/ftp/emacs-wget/Makefile
Yoichi NAKAYAMA 1478bfc292 Add virtual category elisp.
Submitted by:	 Mark Linimon <linimon@lonesome.com>
2003-10-19 03:35:04 +00:00

32 lines
727 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.1
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
${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>