mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
e427ab10bf
Approved by: portmgr (blanket)
17 lines
317 B
Makefile
17 lines
317 B
Makefile
PORTNAME= xprompt
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 3
|
|
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 \
|
|
share/man/man1/xprompt.1.gz
|
|
|
|
.include <bsd.port.mk>
|