323caf52eb
Based on patch provided by Zafer Aydogan via private mail. This update to 2.6.1 contains all patches from the Debian package: - various bug fixes - uploading under the temporary name `weex.tmp' with the RenameOK option - support for FTP proxy server that requires challenge/response - The i386 RPM was compiled on RedHat 9 - You should be able to "rpmbuild --rebuild" the SRPM on older RedHat releases or other RPM based distros. pkgsrc changes: * project now on sourceforge * no need patch to fix localedir (patch-ac) * need msgfmt to build * need gettext-lib * add DESTDIR support
33 lines
926 B
Makefile
33 lines
926 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/04/19 05:38:16 obache Exp $
|
|
|
|
DISTNAME= weex-2.6.1.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://weex.sourceforge.net/
|
|
COMMENT= Non-interactive ftp client
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt
|
|
|
|
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} ${DESTDIR}${PREFIX}/${WEEX_DOCDIR}
|
|
.for f in ${WEEX_DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DESTDIR}${PREFIX}/${WEEX_DOCDIR}
|
|
.endfor
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/weex
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc \
|
|
${DESTDIR}${PREFIX}/share/examples/weex
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|