pkgsrc/x11/xdialog/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2006/03/04 21:31:12 jlam Exp $
#
DISTNAME= Xdialog-2.1.1
PKGNAME= ${DISTNAME:S/^X/x/}
PKGREVISION= 3
CATEGORIES= x11 misc
MASTER_SITES= http://thgodef.nerim.net/xdialog/ \
http://thgodef.nerim.net/xdialog/archives/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xdialog.dyns.net/
COMMENT= X11 drop-in replacement for the curses dialog program
BUILD_USES_MSGFMT= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
DOCDIR= ${PREFIX}/share/doc/html/xdialog
EGDIR= ${PREFIX}/share/examples/xdialog
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.png ${DOCDIR}
${INSTALL_DATA_DIR} ${EGDIR}
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; \
do \
${INSTALL_SCRIPT} ${WRKSRC}/samples/$${f} ${EGDIR}; \
done
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"