diff options
Diffstat (limited to 'misc/cdialog/Makefile')
-rw-r--r-- | misc/cdialog/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/cdialog/Makefile b/misc/cdialog/Makefile new file mode 100644 index 00000000000..26c9379b861 --- /dev/null +++ b/misc/cdialog/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/25 11:14:25 xtraeme Exp $ +# + +DISTNAME= dialog +PKGNAME= cdialog-1.0.20050306 +CATEGORIES= misc +MASTER_SITES= ftp://invisible-island.net/dialog/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://invisible-island.net/dialog/ +COMMENT= Enhanced version of dialog + +WRKSRC= ${WRKDIR}/dialog-1.0-20050306 +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +MAKEFILE= makefile + +CONFIGURE_ARGS+= --enable-nls +CONFIGURE_ARGS+= --enable-widec +CONFIGURE_ARGS+= --with-libtool + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |