1997-03-25 16:25:43 +01:00
|
|
|
# New ports collection makefile for: xprompt
|
|
|
|
# Date created: 23 March 1997
|
|
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-03-25 16:25:43 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xprompt
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 1.4
|
1997-03-25 16:25:43 +01:00
|
|
|
CATEGORIES= x11
|
2000-06-14 07:44:53 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= mph
|
1997-03-25 16:25:43 +01:00
|
|
|
|
1998-04-18 01:26:31 +02:00
|
|
|
MAINTAINER= mph@freebsd.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= Displays a dialog box and prompts user for text
|
1997-03-25 16:25:43 +01:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
|
|
|
MAN1= xprompt.1
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xprompt
|
1997-03-25 16:25:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|