freebsd-ports/editors/ssed/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
685 B
Makefile

# New ports collection makefile for: ssed
# Date created: 28 May 2002
# Whom: verm
#
# $FreeBSD$
#
PORTNAME= sed
PORTVERSION= 3.62
PORTREVISION= 1
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
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>