22 lines
406 B
Makefile
22 lines
406 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
|
|
|
|
MAN1= xprompt.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/xprompt
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|