pkgsrc/www/weex/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

38 lines
993 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/01/18 23:35:46 rillig Exp $
DISTNAME= weex-2.6.1.5
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/}
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= https://weex.sourceforge.net/
COMMENT= Non-interactive ftp client
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
LIBS.SunOS+= -lintl
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
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -DG_VA_COPY=va_copy
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"