pkgsrc/lang/cim/Makefile
hubertf e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00

23 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:03 hubertf Exp $
DISTNAME= cim-3.30
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=cim/}
MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://www.gnu.org/software/cim/cim.html
COMMENT= Simula compiler based on the C programming language
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_PERL5= YES
INFO_FILES= cim.info
pre-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf
.include "../../mk/bsd.pkg.mk"