20 lines
382 B
Makefile
20 lines
382 B
Makefile
# 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
|
|
|
|
PLIST_FILES= bin/xprompt \
|
|
man/man1/xprompt.1.gz
|
|
|
|
.include <bsd.port.mk>
|