freebsd-ports/x11/xprompt/Makefile
2021-04-06 16:31:07 +02:00

18 lines
355 B
Makefile

# Created by: Matthew Hunt <mph@pobox.com>
PORTNAME= xprompt
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= LOCAL/mph
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays a dialog box and prompts user for text
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xt
PLIST_FILES= bin/xprompt \
man/man1/xprompt.1.gz
.include <bsd.port.mk>