1999-12-29 10:36:17 +01:00
|
|
|
# New ports collection makefile for: hello
|
|
|
|
# Date created: Fri Jul 23, 1999
|
|
|
|
# Whom: shipley@dis.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= hello
|
2003-07-22 10:55:14 +02:00
|
|
|
PORTVERSION= 2.1.1
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 2
|
1999-12-29 10:36:17 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= hello
|
|
|
|
|
|
|
|
MAINTAINER= shipley@dis.org
|
2003-07-22 10:55:14 +02:00
|
|
|
COMMENT= A utility for saying hello to the world and reading email
|
1999-12-29 10:36:17 +01:00
|
|
|
|
2003-08-03 23:01:22 +02:00
|
|
|
USE_PERL5_BUILD= YES
|
1999-12-29 10:36:17 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2003-07-22 10:55:14 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
1999-12-29 10:36:17 +01:00
|
|
|
|
2003-07-22 10:55:14 +02:00
|
|
|
MAN1= hello.1
|
1999-12-30 05:04:11 +01:00
|
|
|
|
2004-07-10 21:25:03 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
1999-12-29 10:36:17 +01:00
|
|
|
.include <bsd.port.mk>
|