mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
33 lines
719 B
Makefile
33 lines
719 B
Makefile
COMMENT= terminal browser for gemini protocol
|
|
|
|
MODGO_MODNAME= github.com/makeworld-the-better-one/amfora
|
|
MODGO_VERSION= v1.10.0
|
|
|
|
DISTNAME= amfora-${MODGO_VERSION}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://github.com/makeworld-the-better-one/amfora
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MODULES= lang/go
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
ALL_TARGET= github.com/makeworld-the-better-one/amfora
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
${INSTALL_DATA} ${WRKSRC}/amfora.desktop ${PREFIX}/share/applications
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
|
|
${INSTALL_DATA} ${WRKSRC}/logo.png ${PREFIX}/share/pixmaps/amfora.png
|
|
|
|
.include "modules.inc"
|
|
|
|
.include <bsd.port.mk>
|