20 lines
329 B
Makefile
20 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.21 2013/03/11 11:46:19 espie Exp $
|
|
|
|
COMMENT= display a dialog box and prompt user for text
|
|
|
|
DISTNAME= xprompt-1.4
|
|
REVISION= 0
|
|
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>
|