31 lines
568 B
Makefile
31 lines
568 B
Makefile
# $OpenBSD: Makefile,v 1.18 2010/10/18 20:52:07 espie Exp $
|
|
|
|
COMMENT = format the display of a shell script
|
|
|
|
V = 1.1-20080819
|
|
DISTNAME = dialog-${V}
|
|
PKGNAME = dialog-${V:S/-/./}
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
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
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|