aboutsummaryrefslogtreecommitdiff
path: root/sysutils/relaxconf/Makefile
blob: fd0ae830d1d48fd2accff2a63a9350c4ca6346e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	RelaxBSD
# Date created:		2005-10-12
# Whom:		 	Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	relaxconf
PORTVERSION=	1.1.1
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	relaxbsd

MAINTAINER=	relaxbsd@gmail.com
COMMENT=	A set of text menu based utilities for configuring RelaxBSD LiveCD

BUILD_DEPENDS=	cdialog:${PORTSDIR}/devel/cdialog
RUN_DEPENDS=	cdialog:${PORTSDIR}/devel/cdialog \
		disktype:${PORTSDIR}/sysutils/disktype

GNU_CONFIGURE=	yes

.if defined(WITHOUT_NLS)
PLIST_SUB+=	NLS="@comment "
CONFIGURE_ARGS+=--disable-nls
.else
PLIST_SUB+=	NLS=""
USE_GETTEXT=	yes
.endif

.include <bsd.port.mk>