25 lines
611 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1999/04/01 06:20:07 brad Exp $
1997-11-18 10:11:05 +00:00
DISTNAME= make-3.77
PKGNAME= gmake-3.77
1997-11-18 10:11:05 +00:00
CATEGORIES= devel
1998-10-08 18:21:00 +00:00
1997-11-18 10:11:05 +00:00
MAINTAINER= todd@OpenBSD.org
1998-10-08 18:21:00 +00:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-10 17:59:38 +00:00
MASTER_SITE_SUBDIR= make
1998-10-08 18:21:00 +00:00
1999-03-10 17:59:38 +00:00
SEPARATE_BUILD=simple
1997-11-18 10:11:05 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name='s/^/g/'
post-install:
/bin/chmod g-s ${PREFIX}/bin/gmake
/usr/sbin/chgrp ${BINGRP} ${PREFIX}/bin/gmake
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/make.info ${PREFIX}/info/dir
.include <bsd.port.mk>