freebsd-ports/misc/hello/Makefile
Peter Pentchev 460ebe7848 Update to hello-2.1.1.
Approved by:	maintainer timeout
2003-07-22 08:55:14 +00:00

24 lines
496 B
Makefile

# 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
GNU_CONFIGURE= YES
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= hello.1
.include <bsd.port.mk>