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
|
|
|
|
2008-06-30 08:58:04 -04:00
|
|
|
COMMENT = format the display of a shell script
|
2001-05-05 22:29:37 -04:00
|
|
|
|
2009-01-16 02:40:34 -05:00
|
|
|
V = 1.1-20080819
|
2008-06-30 08:58:04 -04:00
|
|
|
DISTNAME = dialog-${V}
|
|
|
|
PKGNAME = dialog-${V:S/-/./}
|
1998-11-18 18:55:32 -05:00
|
|
|
|
2008-06-30 08:58:04 -04:00
|
|
|
EXTRACT_SUFX = .tgz
|
2000-03-22 14:58:12 -05:00
|
|
|
|
2008-06-30 08:58:04 -04: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>
|