thought i removed this once already
This commit is contained in:
parent
b941769c58
commit
91741c1d17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72937
5 changed files with 0 additions and 50 deletions
|
@ -1,34 +0,0 @@
|
|||
# ex:ts=8
|
||||
# -*-mode: makefile-*-
|
||||
#
|
||||
# New ports collection makefile for: ncdialog
|
||||
# Date created: 2002-12-15
|
||||
# Whom: Alan Eldridge <alane@geeksrus.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdialog
|
||||
PORTVERSION= 0.9b-20020814
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://dickey.his.com/dialog/
|
||||
DISTNAME= ${PORTNAME:S/^c//}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= alane@freebsd.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
MAN1= dialog.1
|
||||
MANLINKS= dialog.1 cdialog.1
|
||||
|
||||
post-install:
|
||||
cd ${PREFIX}/bin; ${RM} -fv cdialog; ${LN} -fv dialog cdialog
|
||||
cd ${MANPREFIX}/man/man1; \
|
||||
${RM} -fv cdialog.1; ${LN} -fv dialog.1 cdialog.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
|
@ -1 +0,0 @@
|
|||
MD5 (dialog-0.9b-20020814.tgz) = 4dc6753c7d5cda88714409737f605435
|
|
@ -1 +0,0 @@
|
|||
An enhanced version of the 'dialog' command to work with ncurses
|
|
@ -1,12 +0,0 @@
|
|||
This is an enhanced version of the 'dialog' command. Quoting Thomas Dickey,
|
||||
the ncurses developer, "DIALOG was written by Savio Lam <lam836@cs.cuhk.hk>
|
||||
and modified by several people.
|
||||
|
||||
"Initially, I made fixes and reviewed the code to ensure that problems
|
||||
reported were not related to ncurses. After that, I resumed development,
|
||||
adding new widget types. See the changelog for details."
|
||||
|
||||
WWW: http://dickey.his.com/dialog/
|
||||
|
||||
--
|
||||
AlanE <alane@freebsd.org>
|
|
@ -1,2 +0,0 @@
|
|||
bin/dialog
|
||||
bin/cdialog
|
Loading…
Reference in a new issue