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>
23 lines
544 B
Makefile
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"
|