23 lines
423 B
Makefile
23 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.14 2004/12/17 15:03:18 alek Exp $
|
|
|
|
COMMENT= "display a dialog box and prompt user for text"
|
|
|
|
DISTNAME= xprompt-1.4
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xt c
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|