aboutsummaryrefslogtreecommitdiff
path: root/misc/hello/Makefile
blob: 5831d403803402957a19cf9c7b3338def8efd72f (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
PORTNAME=	hello
PORTVERSION=	2.12.1
CATEGORIES=	misc
MASTER_SITES=	GNU

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Utility for saying hello to the world and reading email

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>