6781029335
updates to packages without -znotext (i.e. with text relocations disabled) makes sense to phessler, semarie, tb
35 lines
579 B
Makefile
35 lines
579 B
Makefile
# ring-v0.16.20 does not support those archs
|
|
NOT_FOR_ARCHS = powerpc64 riscv64 sparc64
|
|
|
|
COMMENT = static site generator
|
|
|
|
GH_ACCOUNT = getzola
|
|
GH_PROJECT = zola
|
|
GH_TAGNAME = v0.16.1
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = https://www.getzola.org
|
|
|
|
DISTFILES += ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = Peter H. Ezetta <protocall7@gmail.com>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c c++abi m pthread sass onig
|
|
|
|
LIB_DEPENDS += www/libsass \
|
|
textproc/oniguruma
|
|
|
|
MODULES = devel/cargo
|
|
|
|
CONFIGURE_STYLE = cargo
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|