freebsd-ports/lang/tinycobol/Makefile

39 lines
838 B
Makefile
Raw Normal View History

2000-10-26 11:36:48 -04:00
# New ports collection makefile for: tinycobol
# Date created: 26 Oct 2000
# Whom: Patrick Gardella <patrick@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= tinycobol
2002-02-25 19:55:30 -05:00
PORTVERSION= 0.57
2000-10-26 11:36:48 -04:00
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tiny-cobol
MAINTAINER= patrick@freebsd.org
2002-05-17 22:23:16 -04:00
BROKEN= "Does not package correctly"
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
2000-10-26 11:36:48 -04:00
ONLY_FOR_ARCHS= i386
2000-10-26 11:36:48 -04:00
HAS_CONFIGURE= yes
USE_BISON= yes
USE_GMAKE= yes
2000-10-26 11:36:48 -04:00
CONFIGURE_ARGS= "--with-readline"
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt ${LDFLAGS}" \
CPPFLAGS="-I${LOCALBASE}/include"
2000-10-26 11:36:48 -04:00
pre-install:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tinycobol
${INSTALL_DATA} ${WRKSRC}/info/*.txt ${PREFIX}/share/doc/tinycobol
.endif
.include <bsd.port.mk>