openbsd-ports/x11/xprompt/Makefile
2010-10-19 08:13:56 +00:00

24 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.19 2010/10/19 08:14:01 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xt c
USE_X11= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
.include <bsd.port.mk>