blob: 2e974fcd0e1a5cc0d3bfc872a8542c7bf91d99ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Matthew Hunt <mph@pobox.com>
# $FreeBSD$
PORTNAME= xprompt
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= mph
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays a dialog box and prompts user for text
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xt
MAN1= xprompt.1
MANCOMPRESSED= yes
PLIST_FILES= bin/xprompt
NO_STAGE= yes
.include <bsd.port.mk>
|