freebsd-ports/editors/ssed/Makefile
Kirill Ponomarev 8147eac374 Update to version 3.61a
PR:		ports/75393
Submitted by:	Ports Fury
2004-12-26 09:07:25 +00:00

34 lines
723 B
Makefile

# New ports collection makefile for: ssed
# Date created: 28 May 2002
# Whom: verm
#
# $FreeBSD$
#
PORTNAME= sed
PORTVERSION= 3.61a
CATEGORIES= editors textproc
MASTER_SITES= http://sed.sourceforge.net/grabbag/ssed/
PKGNAMEPREFIX= s
MAINTAINER= ports@FreeBSD.org
COMMENT= Super-sed - a heavily enhanced version of sed
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --program-prefix=s
MAN1= ssed.1
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>