17 lines
246 B
Makefile
17 lines
246 B
Makefile
COMMENT= display a dialog box and prompt user for text
|
|
|
|
DISTNAME= xprompt-1.4
|
|
REVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|