1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/relaxconf/Makefile
Clive Lin c7179e5ec5 Replace hamigua's MAINTAINER emails to a unified one.
Submitted by:	MAINTAINER via IM.
2006-04-29 13:40:40 +00:00

32 lines
698 B
Makefile

# 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= liu_yinghong@yahoo.com.cn
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>