1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/misc/hello/Makefile
2021-04-06 16:31:07 +02:00

30 lines
523 B
Makefile

# Created by: shipley@dis.org
PORTNAME= hello
PORTVERSION= 2.10
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= ports@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_USES= gettext
NLS_CONFIGURE_ENABLE= nls
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>