19 lines
316 B
Makefile
19 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.23 2017/05/08 18:49:59 schwarze Exp $
|
|
|
|
COMMENT= display a dialog box and prompt user for text
|
|
|
|
DISTNAME= xprompt-1.4
|
|
REVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|