openbsd-ports/games/frozen-bubble/patches/patch-c_stuff_Makefile
sthen d263920cb1 import frozen-bubble from maintainer James Wright. it has a couple of
small issues but works well enough, they can be fixed in-tree.

An amazingly cute game of popping bubbles.  Full-featured, colorful
animated penguin eye candy, 100 levels of 1p game, hours and hours of
2p game, a level-editor, 3 professional quality 20-channels musics, 15
stereo sound effects, 7 unique graphical transition effects.
2009-06-02 22:07:24 +00:00

22 lines
677 B
Plaintext

$OpenBSD: patch-c_stuff_Makefile,v 1.1.1.1 2009/06/02 22:07:25 sthen Exp $
--- c_stuff/Makefile.orig Sat Nov 15 06:23:58 2008
+++ c_stuff/Makefile Tue May 26 01:19:34 2009
@@ -51,13 +51,15 @@ PERL_MAKE_OPTS = $(PMO_PREFIX) $(PMO_INSTALLPRIVLIB) $
$(PMO_INSTALLMAN1DIR) $(PMO_INSTALLMAN3DIR)
Makefile_c: Makefile.PL
- perl Makefile.PL $(PERL_MAKE_OPTS) INSTALLDIRS=$(INSTALLDIRS)
+ perl Makefile.PL
+# perl Makefile.PL $(PERL_MAKE_OPTS) INSTALLDIRS=$(INSTALLDIRS)
+
fb_c_stuff: %: %.xs Makefile_c
$(MAKE) -f Makefile_c
install:
- $(MAKE) -f Makefile_c install
+ $(MAKE) -f Makefile_c pure_install
clean:
test ! -e Makefile_c || $(MAKE) -f Makefile_c clean