# New ports collection makefile for:	ssed
# Date created:		28 May 2002
# Whom:			verm
#
# $FreeBSD: ports/editors/ssed/Makefile,v 1.4 2003/02/21 11:38:27 knu Exp $
#

PORTNAME=	ssed
PORTVERSION=	3.58
CATEGORIES=	editors textproc
MASTER_SITES=	http://queen.rett.polimi.it/~paolob/seders/ssed/
DISTNAME=	sed-${PORTVERSION}

MAINTAINER=	verm@drunkmonk.net
COMMENT=	Super-sed is a heavily enhanced version of sed

LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
		iconv:${PORTSDIR}/converters/libiconv

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} --program-prefix=s

MAN1=	ssed.1

.include <bsd.port.mk>
