Updated to 0.9b-20030308, to come up to current version.

This commit is contained in:
Alan Eldridge 2003-03-28 04:01:24 +00:00
parent 5355be3219
commit f9ebedf7b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77574
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@
#
PORTNAME= cdialog
PORTVERSION= 0.9b.20030130
PORTVERSION= 0.9b.20030308
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= devel
@ -18,18 +18,20 @@ DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:S|.200|-200|}
EXTRACT_SUFX= .tgz
MAINTAINER= alane@freebsd.org
COMMENT= An enhanced version of the 'dialog' command to work with ncurses
COMMENT= An enhanced version of 'dialog' to work with ncurses
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= makefile
BINDIR?= ${PREFIX}/bin
LIBDIR?= ${PREFIX}/lib
MAN1DIR?= ${MANPREFIX}/man/man1
do-install:
cd ${WRKSRC};\
${INSTALL_PROGRAM} dialog ${BINDIR}/cdialog;\
$(INSTALL_DATA) libdialog.a $(LIBDIR)/libcdialog.a;\
${INSTALL_DATA} dialog.1 ${MAN1DIR}/cdialog.1
.include <bsd.port.pre.mk>

View File

@ -1 +1 @@
MD5 (dialog-0.9b-20030130.tgz) = f4dc42dba8f57be4639c8f4d36f01c27
MD5 (dialog-0.9b-20030308.tgz) = de491252e0329e67aed27d1d01eed120

View File

@ -1 +1,2 @@
bin/cdialog
lib/libcdialog.a