Edit

IABSD.fr/ports/misc/uniutils/Makefile

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2013-10-19 20:57:20
    Hash : 66e5f445
    Message : Fix a documentation formatting bug that made part of the text incomprehensible with both groff and mandoc. Issue found because naddy@ reported that mandoc complains about another bug (unknown macro) in just the same sentence - correcting this, too. While here, remove USE_GROFF and add @comment bin/utf8lookup. Bump. OK nicm@ (MAINTAINER)

  • misc/uniutils/Makefile
  • # $OpenBSD: Makefile,v 1.5 2013/10/19 20:57:20 schwarze Exp $
    
    COMMENT=	Unicode utilities
    
    DISTNAME=	uniutils-2.27
    REVISION=	0
    CATEGORIES=	misc
    
    HOMEPAGE=	http://billposer.org/Software/unidesc.html
    MAINTAINER=	Nicholas Marriott <nicm@openbsd.org>
    
    # GPLv3
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=	c
    
    MODULES=	devel/gettext
    
    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>