cb1f10b94c
ok robert@
30 lines
552 B
Makefile
30 lines
552 B
Makefile
# $OpenBSD: Makefile,v 1.16 2008/06/30 12:58:04 sthen Exp $
|
|
|
|
COMMENT = format the display of a shell script
|
|
|
|
V = 1.1-20080316
|
|
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
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|