Edit

IABSD.fr/ports/textproc/gsed/Makefile

Branch :

  • Show log

    Commit

  • Author : bcallah
    Date : 2020-01-23 00:36:27
    Hash : a32c0e16
    Message : Update to gsed-4.8 Existing patches go away. A new patch is added because our makeinfo is too old to regen the info file but regeneration is unneccesary, so skip it. Use PORTHOME=${WRKDIR} to fix a broken test; from both sthen@ and cwen@ independently. Additional testing by cwen@ and Armin Wolfermann (MAINTAINER). ok cwen@

  • textproc/gsed/Makefile
  • # $OpenBSD: Makefile,v 1.13 2020/01/23 00:36:27 bcallah Exp $
    
    COMMENT=		GNU stream editor
    
    DISTNAME=		sed-4.8
    PKGNAME=		g${DISTNAME}
    CATEGORIES=		textproc
    MASTER_SITES=		${MASTER_SITE_GNU:=sed/}
    EXTRACT_SUFX=		.tar.xz
    
    HOMEPAGE=		https://www.gnu.org/software/sed/
    
    MAINTAINER=		Armin Wolfermann <armin@wolfermann.org>
    
    # GPLv3+
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c iconv intl
    
    DEBUG_PACKAGES =	${BUILD_PACKAGES}
    
    LIB_DEPENDS=		devel/gettext,-runtime
    BUILD_DEPENDS=		devel/bison
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS+=	--program-prefix=g
    
    PORTHOME =		${WRKDIR}
    
    .include <bsd.port.mk>