23 lines
624 B
Makefile
23 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/07/14 08:50:02 wiz Exp $
|
|
|
|
DISTNAME= luit-20150706
|
|
# check if this line needs changes when packaging newer snapshots
|
|
PKGNAME= ${DISTNAME:S/-2/-2.0.2/}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://invisible-island.net/luit/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://invisible-island.net/luit/
|
|
COMMENT= Locale and ISO 2022 support for Unicode terminals
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|