freebsd-ports/editors/ssed/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

28 lines
583 B
Makefile

PORTNAME= sed
PORTVERSION= 3.62
PORTREVISION= 4
CATEGORIES= editors textproc
MASTER_SITES= http://sed.sourceforge.net/grabbag/ssed/
PKGNAMEPREFIX= s
MAINTAINER= ports@FreeBSD.org
COMMENT= Heavily enhanced version of sed(1)
WWW= https://sed.sourceforge.net/grabbag/ssed/
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=s
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext iconv
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG}
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>