1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/hello/Makefile
Tilman Keskinoz 61e6d9ec4e Add USE_PERL5_BUILD
PR:		55148
Submitted by:	Volker Stolz <vs@foldr.org>
2003-08-03 21:01:22 +00:00

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