17 lines
246 B
Makefile
Raw Normal View History

COMMENT= display a dialog box and prompt user for text
1998-01-24 21:57:02 +00:00
DISTNAME= xprompt-1.4
REVISION= 2
1998-01-24 21:57:02 +00:00
CATEGORIES= x11
2002-10-29 19:48:57 +00:00
# BSD
PERMIT_PACKAGE= Yes
2008-02-02 09:18:54 +00:00
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
2000-02-12 06:29:49 +00:00
CONFIGURE_STYLE= imake
1998-01-24 21:57:02 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
1998-01-24 21:57:02 +00:00
.include <bsd.port.mk>