mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
35 lines
633 B
Makefile
35 lines
633 B
Makefile
# modernc.org/sqlite does not support
|
|
NOT_FOR_ARCHS= i386
|
|
|
|
COMMENT= distributed, versioned backups solution
|
|
|
|
MODGO_MODNAME= github.com/PlakarKorp/plakar
|
|
MODGO_VERSION= v1.1.3
|
|
DISTNAME= plakar-${MODGO_VERSION}
|
|
|
|
# for patches
|
|
WRKDIST= ${WRKDIR}/github.com/PlakarKorp/plakar@${MODGO_VERSION}
|
|
|
|
HOMEPAGE= https://plakar.io/
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
post-install:
|
|
.for m in 1 5 7
|
|
find ${WRKSRC} -iname \*.${m} -exec \
|
|
${INSTALL_MAN} {} ${PREFIX}/man/man${m} \;
|
|
.endfor
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|