summaryrefslogtreecommitdiff
path: root/x11/xprompt/Makefile
blob: 6351ac16ca715f905ff1d1fe9fbcdd66d458f9c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

.include <bsd.port.mk>