2013-05-06 11:07:58 +02:00
|
|
|
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
2005-10-13 18:02:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= relaxconf
|
|
|
|
PORTVERSION= 1.1.1
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 3
|
2005-10-13 18:02:58 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/relaxbsd/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2005-10-13 18:02:58 +02:00
|
|
|
|
2008-03-02 09:25:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-13 18:02:58 +02:00
|
|
|
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
|
|
|
|
|
2005-10-18 19:46:13 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-13 18:02:58 +02:00
|
|
|
|
2014-02-10 14:54:26 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
|
2013-05-06 11:22:47 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2013-05-06 11:07:58 +02:00
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2005-10-13 18:02:58 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2013-05-06 11:07:58 +02:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
2005-10-13 18:02:58 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|