Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / relaxconf / Makefile
1 # Created by: Yinghong Liu <relaxbsd@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       relaxconf
5 PORTVERSION=    1.1.1
6 PORTREVISION=   3
7 CATEGORIES=     sysutils
8 MASTER_SITES=   SF/relaxbsd/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Set of text menu based utilities for configuring RelaxBSD LiveCD
12
13 BUILD_DEPENDS=  cdialog:devel/cdialog
14 RUN_DEPENDS=    cdialog:devel/cdialog \
15                 disktype:sysutils/disktype
16
17 GNU_CONFIGURE=  yes
18
19 OPTIONS_DEFINE= NLS
20
21 .include <bsd.port.options.mk>
22
23 .if ${PORT_OPTIONS:MNLS}
24 PLIST_SUB+=     NLS=""
25 USES+=          gettext
26 .else
27 PLIST_SUB+=     NLS="@comment "
28 CONFIGURE_ARGS+=--disable-nls
29 .endif
30
31 .include <bsd.port.mk>