66e5f4452e
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)
27 lines
527 B
Makefile
27 lines
527 B
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>
|