ports/devel/replay/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

21 lines
453 B
Makefile

PORTNAME= devel-replay
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
DISTNAME= replay-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Program that helps you fix a build interactively
USES= tar:bzip2 uidfix
MAKE_ENV= WITHOUT_MAN=yes
PLIST_FILES= bin/replay
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
.include <bsd.port.mk>