diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 223e5a07c8e3..c18de90ecdc7 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -1,29 +1,32 @@ PORTNAME= relaxconf PORTVERSION= 1.1.1 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/relaxbsd/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of text menu based utilities for configuring RelaxBSD LiveCD WWW= https://sourceforge.net/projects/relaxbsd/ +DEPRECATED= Abandonware, last release of RelaxBSD was back in 2006 +EXPIRATION_DATE=2023-03-31 + BUILD_DEPENDS= cdialog:devel/cdialog RUN_DEPENDS= cdialog:devel/cdialog \ disktype:sysutils/disktype GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" USES+= gettext .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+=--disable-nls .endif .include