9e24c55204
task of remotely maintaining a web page or other FTP archive. With weex, the maintainer of a web site or archive that must be administered through FTP interaction can largely ignore that process. Provided by Hiramatsu Yoshifumi in pkg/13090
28 lines
805 B
Makefile
28 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $
|
|
|
|
DISTNAME= weex-2.6.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.enjoy.ne.jp/~gm/program/weex/arc/
|
|
|
|
MAINTAINER= tech-pkg-jp@jp.netbsd.org
|
|
HOMEPAGE= http://www.enjoy.ne.jp/~gm/program/weex/index.html
|
|
COMMENT= non-interactive ftp client
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \
|
|
ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \
|
|
THANKS TODO TODO.ja
|
|
|
|
WEEX_DOCDIR= share/doc/weex
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${LOCALBASE}/${WEEX_DOCDIR}
|
|
.for f in ${WEEX_DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${LOCALBASE}/${WEEX_DOCDIR}
|
|
.endfor
|
|
${INSTALL_DATA_DIR} ${LOCALBASE}/share/examples/weex
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc \
|
|
${LOCALBASE}/share/examples/weex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|