mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
476 B
Makefile
25 lines
476 B
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
|
|
|
|
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>
|