GNU Make
This commit is contained in:
parent
ddf35419f2
commit
40aacd70d4
29
devel/gmake/Makefile
Normal file
29
devel/gmake/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# OpenBSD makefile for: GNU make
|
||||
# Version required: 3.76.1
|
||||
# Date created: 18 November 1997
|
||||
# Whom: todd@OpenBSD.org
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1997/11/18 10:11:05 todd Exp $
|
||||
#
|
||||
|
||||
DISTNAME= make-3.76.1
|
||||
PKGNAME= gmake-3.76.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= todd@OpenBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-transform-name='s/^/g/'
|
||||
MAN1= gmake.1
|
||||
|
||||
post-install:
|
||||
/bin/chmod g-s ${PREFIX}/bin/gmake
|
||||
/usr/sbin/chgrp ${BINGRP} ${PREFIX}/bin/gmake
|
||||
${INSTALL_MAN} ${WRKSRC}/make.man ${PREFIX}/man/man1/gmake.1
|
||||
@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>
|
1
devel/gmake/files/md5
Normal file
1
devel/gmake/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (make-3.76.1.tar.gz) = 1f2d2fd7806a815ca58d844ba1499f6b
|
39
devel/gmake/patches/patch-aa
Normal file
39
devel/gmake/patches/patch-aa
Normal file
@ -0,0 +1,39 @@
|
||||
--- Makefile.in.orig Sat Sep 20 03:58:51 1997
|
||||
+++ Makefile.in Thu Oct 16 00:50:40 1997
|
||||
@@ -54,7 +54,7 @@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
-MAKEINFO = @MAKEINFO@
|
||||
+MAKEINFO = @MAKEINFO@ --no-split
|
||||
PACKAGE = @PACKAGE@
|
||||
REMOTE = @REMOTE@
|
||||
VERSION = @VERSION@
|
||||
@@ -259,12 +259,12 @@
|
||||
done; \
|
||||
done
|
||||
@$(POST_INSTALL)
|
||||
- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
||||
- for file in $(INFO_DEPS); do \
|
||||
- echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
|
||||
- install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
|
||||
- done; \
|
||||
- else : ; fi
|
||||
+# @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
||||
+# for file in $(INFO_DEPS); do \
|
||||
+# echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
|
||||
+# install-info --info-dir=$(infodir) $(infodir)/$$file || :;\
|
||||
+# done; \
|
||||
+# else : ; fi
|
||||
|
||||
uninstall-info:
|
||||
$(PRE_UNINSTALL)
|
||||
@@ -476,7 +476,7 @@
|
||||
|
||||
uninstall: uninstall-recursive uninstall-am
|
||||
|
||||
-all: all-recursive-am all-am
|
||||
+all: all-recursive-am all-am info
|
||||
|
||||
install-strip:
|
||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
11
devel/gmake/patches/patch-ab
Normal file
11
devel/gmake/patches/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- make.texinfo.orig Tue Sep 16 23:17:33 1997
|
||||
+++ make.texinfo Thu Oct 16 00:56:23 1997
|
||||
@@ -25,7 +25,7 @@
|
||||
@syncodeindex pg cp
|
||||
|
||||
@ifinfo
|
||||
-@dircategory The GNU make utility
|
||||
+@dircategory Programming & development tools
|
||||
@direntry
|
||||
* GNU make: (make.info). The GNU make utility.
|
||||
@end direntry
|
1
devel/gmake/pkg/COMMENT
Normal file
1
devel/gmake/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
GNU version of 'make' utility
|
3
devel/gmake/pkg/DESCR
Normal file
3
devel/gmake/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This directory contains the release of GNU Make.
|
||||
All bugs reported for previous test releases have been fixed.
|
||||
Some bugs surely remain.
|
6
devel/gmake/pkg/PLIST
Normal file
6
devel/gmake/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
bin/gmake
|
||||
man/man1/gmake.1.gz
|
||||
@unexec install-info --delete %D/info/make.info %D/info/dir
|
||||
info/make.info
|
||||
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
||||
@exec install-info %D/info/make.info %D/info/dir
|
Loading…
Reference in New Issue
Block a user