summaryrefslogtreecommitdiff
path: root/misc/hello/Makefile
blob: f0a735689c022fa0c81cc28d5501e341f56f2b99 (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
PORTNAME=	hello
PORTVERSION=	2.12.2
CATEGORIES=	misc
MASTER_SITES=	GNU

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Utility for saying hello to the world and reading email
WWW=		https://www.gnu.org/software/hello/

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		charsetfix gmake perl5
USE_PERL5=	build

GNU_CONFIGURE=	yes

INFO=		hello

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_CONFIGURE_ENABLE=	nls
NLS_USES=		gettext localbase

.include <bsd.port.mk>