Edit

IABSD.fr/ports/misc/uniutils/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:38:05
    Hash : c715eab9
    Message : drop RCS Ids

  • misc/uniutils/Makefile
  • COMMENT=	Unicode utilities
    
    DISTNAME=	uniutils-2.27
    REVISION=	4
    CATEGORIES=	misc
    
    HOMEPAGE=	http://billposer.org/Software/unidesc.html
    MAINTAINER=	Nicholas Marriott <nicm@openbsd.org>
    
    # GPLv3
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=	c iconv intl
    
    LIB_DEPENDS=	devel/gettext,-runtime
    
    MASTER_SITES=	http://billposer.org/Software/Downloads/
    
    CONFIGURE_STYLE=gnu
    CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
    		CPPFLAGS="-I${LOCALBASE}/include" \
    		LIBS="-lintl -liconv"
    
    .include <bsd.port.mk>