freebsd-ports/editors/ssed/Makefile
Joe Marcus Clarke 186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00

27 lines
559 B
Makefile

# New ports collection makefile for: ssed
# Date created: 28 May 2002
# Whom: verm
#
# $FreeBSD$
#
PORTNAME= ssed
PORTVERSION= 3.58
PORTREVISION= 2
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= iconv:${PORTSDIR}/converters/libiconv
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --program-prefix=s
MAN1= ssed.1
.include <bsd.port.mk>