Files
ports/editors/hexer/Makefile
T
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

41 lines
845 B
Makefile

PORTNAME= hexer
PORTVERSION= 1.0.3
PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://devel.ringlet.net/files/editors/hexer/ \
LOCAL/ehaupt
MAINTAINER= anastasios@mageirias.com
COMMENT= Multi buffer editor for binary files
WWW= https://gitlab.com/hexer/hexer
LICENSE= DEMETRIO
LICENSE_NAME= Sascha Demetrio Custom License
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1
ALL_TARGET= all
OPTIONS_DEFINE= MYC
OPTIONS_DEFAULT=MYC
OPTIONS_SUB= yes
MYC_DESC= Builtin calculator
MYC_ALL_TARGET= myc
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
USES+= llvm:max=14
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexer
post-install-MYC-on:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/myc
.include <bsd.port.mk>