openbsd-ports/misc/dialog/Makefile

30 lines
552 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2008/06/30 12:58:04 sthen Exp $
1998-11-18 18:55:32 -05:00
COMMENT = format the display of a shell script
V = 1.1-20080316
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m ncurses
CONFIGURE_STYLE=gnu
MAKE_FILE = makefile
NO_REGRESS = Yes
1998-11-18 18:55:32 -05:00
.include <bsd.port.mk>