PR: 43446

Submitted by: Tilman Linneweh <tilman@arved.de>
This commit is contained in:
Patrick S. Gardella 2002-09-28 21:00:00 +00:00
parent 558a35e021
commit 3c638559ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67194
3 changed files with 6 additions and 8 deletions

View file

@ -6,15 +6,13 @@
#
PORTNAME= tinycobol
PORTVERSION= 0.57
PORTVERSION= 0.58
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tiny-cobol
MAINTAINER= patrick@freebsd.org
BROKEN= "Does not package correctly"
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
@ -27,6 +25,8 @@ CONFIGURE_ARGS= "--with-readline"
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt ${LDFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include"
MAN1= htcobol.1 htcobf2f.1 htcobolpp.1
pre-install:
post-install:

View file

@ -1 +1 @@
MD5 (tinycobol-0.57.tar.gz) = c0079eb6a73759b736ec3aa21f7abd49
MD5 (tinycobol-0.58.tar.gz) = e1646b929b9d9aba9fc04980c0131920

View file

@ -1,8 +1,9 @@
bin/htcobol
lib/libhtcobol.a
lib/libhtcobol2.a
share/htcobol/cobopt
share/htcobol/htcobolpp
share/htcobol/htcobolrc
share/htcobol/copybooks/screen.cpy
@dirrm share/htcobol/copybooks
@dirrm share/htcobol
share/doc/tinycobol/Comments.old.txt
@ -12,6 +13,3 @@ share/doc/tinycobol/ProgramHeaders.Info.txt
share/doc/tinycobol/VarStructure.Info.txt
share/doc/tinycobol/compiler-design-future.txt
@dirrm share/doc/tinycobol
man/man1/htcobol.1
man/man1/htcobf2f.1
man/man1/htcobolpp.1