openbsd-ports/textproc/gsed/Makefile
sturm 0d82a2fa98 Initial import of gnu sed 4.1.5
GNU sed is the Free Software Foundation's version of the sed(1) editor.

from Armin Wolfermann <armin@wolfermann.org>
prodded by Stefan Sperling
2007-09-17 08:39:53 +00:00

31 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/17 08:39:53 sturm Exp $
COMMENT= GNU stream editor
VERSION= 4.1.5
DISTNAME= sed-${VERSION}
PKGNAME= gsed-${VERSION}
CATEGORIES= textproc
HOMEPAGE= http://www.gnu.org/software/sed/
MAINTAINER= Armin Wolfermann <armin@wolfermann.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
MODULES= devel/gettext
BUILD_DEPENDS= ::devel/bison
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --program-prefix=g
USE_GMAKE= Yes
.include <bsd.port.mk>