pkgsrc/x11/xdialog/Makefile
wiz 4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.54 2020/03/10 22:11:21 wiz Exp $
#
DISTNAME= Xdialog-2.3.1
PKGNAME= ${DISTNAME:S/^X/x/}
PKGREVISION= 31
CATEGORIES= x11 misc
MASTER_SITES= http://xdialog.free.fr/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xdialog.free.fr/
COMMENT= X11 drop-in replacement for the curses dialog program
LICENSE= gnu-gpl-v2
USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
DOCDIR= ${PREFIX}/share/doc/xdialog
EGDIR= ${PREFIX}/share/examples/xdialog
CHECK_PORTABILITY_SKIP+= samples/*
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR}
post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.png ${DESTDIR}${DOCDIR}
.for f in Xmessage Xmore buildlist calendar chain checklist \
dselect editbox fselect gauge infobox infobox2 inputbox \
logbox logbox2 login menubox msgbox radiolist rangebox \
tailbox textbox timebox treeview yesno
${INSTALL_SCRIPT} ${WRKSRC}/samples/${f} ${DESTDIR}${EGDIR}
.endfor
.include "options.mk"
.include "../../mk/bsd.pkg.mk"