1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/tlci/Makefile
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

34 lines
756 B
Makefile

PORTNAME= tlci
DISTVERSION= 0.1.0.2
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= nsonack@outlook.com
COMMENT= Tiny Lambda Calculus interpreter
WWW= https://gitlab.com/herrhotzenplotz/tlci
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITLAB= yes
GL_ACCOUNT= herrhotzenplotz
GL_TAGNAME= 4a3dd51a872f36a513f06efa475922259dee91f1
PLIST_FILES= bin/tlci \
share/man/man8/tlci.8.gz
.include <bsd.port.options.mk>
#post-patch:
#.if ${OPSYS} == FreeBSD
# @${REINPLACE_CMD} -e 's|^CFLAGS\+=|CFLAGS\+= -Wno-error=strict-prototypes |g' \
# ${WRKSRC}/Makefile
#.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tlci ${STAGEDIR}/${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/tlci.8.gz \
${STAGEDIR}/${PREFIX}/share/man/man8
.include <bsd.port.mk>