blob: ccc9e084bfb9767ac140ea43815bbd4ab9122996 (
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
27
28
29
|
# Created by: shipley@dis.org
# $FreeBSD$
PORTNAME= hello
PORTVERSION= 2.10
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>
|