openbsd-ports/misc/dialog/Makefile

28 lines
485 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:23:57 espie Exp $
1998-11-18 18:55:32 -05:00
COMMENT = format the display of a shell script
V = 1.1-20080819
DISTNAME = dialog-${V}
PKGNAME = dialog-${V:S/-/./}
1998-11-18 18:55:32 -05:00
EXTRACT_SUFX = .tgz
2000-03-22 14:58:12 -05:00
CATEGORIES = misc
MASTER_SITES = ftp://invisible-island.net/dialog/
HOMEPAGE = http://invisible-island.net/dialog/dialog.html
# LGPL
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m ncurses
CONFIGURE_STYLE=gnu
MAKE_FILE = makefile
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
2013-03-11 07:20:26 -04:00
NO_TEST = Yes
1998-11-18 18:55:32 -05:00
.include <bsd.port.mk>