1e1c9a0db6
From DESCR: DFUI curses frontend. Allows a DFUI backend (such as a system installer) to communicate with the user with an addressable text screen-oriented ('curses') user interface.
24 lines
688 B
Makefile
24 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/10 15:42:07 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= dfuife_curses-1.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://packages.stura.uni-rostock.de/bsdinstaller/distfiles/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.bsdinstaller.com/
|
|
COMMENT= DFUI curses frontend
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_NCURSES= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= msgfmt
|
|
|
|
MAKE_ENV+= LOCALEDIR=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale
|
|
|
|
.include "../../devel/libaura/buildlink3.mk"
|
|
.include "../../devel/libdfui/buildlink3.mk"
|
|
.include "../../devel/libinstaller/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|