41 lines
890 B
Makefile
Raw Normal View History

2010-11-15 19:45:56 +00:00
# $OpenBSD: Makefile,v 1.43 2010/11/15 19:45:58 espie Exp $
1997-11-18 10:11:05 +00:00
COMMENT= GNU make
2002-10-04 18:06:28 +00:00
DISTNAME= make-3.81
2010-11-15 19:45:56 +00:00
PKGNAME= g${DISTNAME}
REVISION = 1
1997-11-18 10:11:05 +00:00
CATEGORIES= devel
2002-05-13 18:50:36 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=make/}
1998-10-08 18:21:00 +00:00
2000-07-04 01:55:23 +00:00
HOMEPAGE= http://www.gnu.org/software/make/
2004-08-10 12:42:21 +00:00
MODULES= devel/gettext
2000-07-04 01:55:23 +00:00
# GPLv2+
2000-03-07 01:48:06 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 11:22:00 +00:00
WANTLIB= c
2000-02-12 08:02:07 +00:00
FAKE=all
1999-08-13 05:01:13 +00:00
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
2000-07-04 01:55:23 +00:00
CONFIGURE_ARGS= --program-prefix="g"
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
LDFLAGS="-L${DEPBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config
1997-11-18 10:11:05 +00:00
post-install:
2002-10-04 18:06:28 +00:00
@chmod ${BINMODE} ${PREFIX}/bin/gmake
@chown ${BINOWN}:${BINGRP} ${PREFIX}/bin/gmake
1997-11-18 10:11:05 +00:00
2001-10-07 12:15:33 +00:00
# XXX This is the ONE case where we shouldn't be able to cheat on
# where HOME is coming from, but we can. Looks like gnu-make is bogus...
REGRESS_FLAGS=HOME=/
1997-11-18 10:11:05 +00:00
.include <bsd.port.mk>