20 lines
329 B
Makefile
20 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.22 2013/10/11 20:40:13 naddy Exp $
|
|
|
|
COMMENT= display a dialog box and prompt user for text
|
|
|
|
DISTNAME= xprompt-1.4
|
|
REVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
|
|
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|