diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-04 20:33:24 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-04 20:33:24 +0000 |
commit | a4f87aa22c91be21c3a7761156d6d1bf1d74da61 (patch) | |
tree | a420a5dbd66f1ea22d381b93a2141d81236cf027 /devel/allegro-devel/files | |
parent | Specify only one DNS load-balancing master server for (diff) |
Add port devel/allegro (3.9.34).
Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.
The WITHOUT_DEVEL option will prevent installation of some development
utilities, while WITHOUT_MAN won't install the (many) manual pages.
More about allegro at http://www.talula.demon.co.uk/allegro/
PR: 25331
Diffstat (limited to 'devel/allegro-devel/files')
-rw-r--r-- | devel/allegro-devel/files/patch-makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/allegro-devel/files/patch-makefile.in b/devel/allegro-devel/files/patch-makefile.in new file mode 100644 index 000000000000..01b0a51f574b --- /dev/null +++ b/devel/allegro-devel/files/patch-makefile.in @@ -0,0 +1,11 @@ +--- makefile.in.orig Sat Feb 24 00:00:59 2001 ++++ makefile.in Sat Feb 24 00:01:06 2001 +@@ -279,7 +279,7 @@ + done + $(mkinstalldirs) $(bindir) + @echo Installing allegro-config to $(bindir) +- @$(INSTALL_PROGRAM) allegro-config $(bindir) ++ @$(INSTALL) allegro-config $(bindir) + @if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \ + grep -q $(libdir) /etc/ld.so.conf && ($(LDCONFIG) $(libdir) || true) || (\ + echo "" ; \ |