aboutsummaryrefslogtreecommitdiff
path: root/misc/hello/Makefile
blob: 9b06d5d95e2aef434e6cd89592f52528e7f1c53f (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
# New ports collection makefile for:	hello
# Date created:				Fri Jul 23, 1999
# Whom:					shipley@dis.org
#
# $FreeBSD$
#

PORTNAME=	hello
PORTVERSION=	2.1.1
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	hello

MAINTAINER=	shipley@dis.org
COMMENT=	A utility for saying hello to the world and reading email

LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext

USE_PERL5_BUILD=	YES
GNU_CONFIGURE=	YES
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}

MAN1=		hello.1

.include <bsd.port.mk>