freebsd-ports/misc/hello/Makefile
Martin Wilke 572b62a9de - Update to 2.4
- Pass maintainership to submitter

PR:		129882
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-12-24 19:45:04 +00:00

39 lines
742 B
Makefile

# New ports collection makefile for: hello
# Date created: Fri Jul 23, 1999
# Whom: shipley@dis.org
#
# $FreeBSD$
#
PORTNAME= hello
PORTVERSION= 2.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= hello
MAINTAINER= adox@mcx2.org
COMMENT= A utility for saying hello to the world and reading email
USE_PERL5_BUILD= YES
GNU_CONFIGURE= YES
MAN1= hello.1
INFO= hello
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
pre-install:
${CHMOD} a+x ${WRKSRC}/build-aux/install-sh
.include <bsd.port.mk>