2004-12-26 10:07:25 +01:00
|
|
|
PORTNAME= sed
|
2005-05-19 12:30:00 +02:00
|
|
|
PORTVERSION= 3.62
|
2016-12-08 20:23:24 +01:00
|
|
|
PORTREVISION= 4
|
2002-06-19 22:04:40 +02:00
|
|
|
CATEGORIES= editors textproc
|
2004-12-26 10:07:25 +01:00
|
|
|
MASTER_SITES= http://sed.sourceforge.net/grabbag/ssed/
|
|
|
|
PKGNAMEPREFIX= s
|
2002-06-19 22:04:40 +02:00
|
|
|
|
2004-12-18 22:46:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2020-05-28 15:13:25 +02:00
|
|
|
COMMENT= Heavily enhanced version of sed(1)
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://sed.sourceforge.net/grabbag/ssed/
|
2002-06-19 22:04:40 +02:00
|
|
|
|
2002-07-16 06:13:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-26 10:07:25 +01:00
|
|
|
CONFIGURE_ARGS= --program-prefix=s
|
2002-06-19 22:04:40 +02:00
|
|
|
|
2014-02-21 14:36:34 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-05-06 09:01:48 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-09-04 22:01:05 +02:00
|
|
|
USES+= gettext iconv
|
|
|
|
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG}
|
2004-07-10 21:18:46 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
2013-05-06 09:01:48 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2004-07-10 21:18:46 +02:00
|
|
|
.endif
|
|
|
|
|
2002-06-19 22:04:40 +02:00
|
|
|
.include <bsd.port.mk>
|