diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-23 18:15:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-23 18:15:24 +0000 |
commit | 06992f6f6c0be2c4ced5b1024030258958c3924e (patch) | |
tree | e626a56038f3dade43ecb65f6ffc67b9413e250f /devel/flatzebra | |
parent | 6da670ba6875e0fd9bec09f18ee82b87a7049ab8 (diff) |
Notes
Diffstat (limited to 'devel/flatzebra')
-rw-r--r-- | devel/flatzebra/Makefile | 12 | ||||
-rw-r--r-- | devel/flatzebra/files/patch-Makefile.in | 25 | ||||
-rw-r--r-- | devel/flatzebra/pkg-plist | 16 |
3 files changed, 39 insertions, 14 deletions
diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index 23eace4386c1..bc850b783d23 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -3,23 +3,23 @@ PORTNAME= flatzebra PORTVERSION= 0.1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic game engine for 2D double-buffering animation -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes USE_SDL= sdl mixer image - USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS +PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS diff --git a/devel/flatzebra/files/patch-Makefile.in b/devel/flatzebra/files/patch-Makefile.in new file mode 100644 index 000000000000..8775b124d394 --- /dev/null +++ b/devel/flatzebra/files/patch-Makefile.in @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2016-11-23 17:35:51 UTC ++++ Makefile.in +@@ -233,7 +233,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/$(PACKAGE) + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ +@@ -269,12 +269,8 @@ pkgconfigdir = $(prefix)/libdata/pkgconf + pkgconfig_DATA = $(PACKAGE)-$(API).pc + doc_DATA = \ + AUTHORS \ +- COPYING \ +- INSTALL \ + NEWS \ +- README \ +- THANKS \ +- TODO ++ README + + RPMBUILD = rpmbuild + M4_MACROS = \ diff --git a/devel/flatzebra/pkg-plist b/devel/flatzebra/pkg-plist index 145a23be30a0..29270b800e62 100644 --- a/devel/flatzebra/pkg-plist +++ b/devel/flatzebra/pkg-plist @@ -1,14 +1,14 @@ -lib/libflatzebra-0.1.so.2 -lib/libflatzebra-0.1.so.2.0.0 -lib/libflatzebra-0.1.so -libdata/pkgconfig/flatzebra-0.1.pc include/flatzebra/Couple.h -include/flatzebra/Joystick.h -include/flatzebra/RCouple.h include/flatzebra/GameEngine.h +include/flatzebra/Joystick.h +include/flatzebra/KeyState.h include/flatzebra/PixmapArray.h include/flatzebra/PixmapLoadError.h -include/flatzebra/Sprite.h +include/flatzebra/RCouple.h include/flatzebra/RSprite.h include/flatzebra/SoundMixer.h -include/flatzebra/KeyState.h +include/flatzebra/Sprite.h +lib/libflatzebra-0.1.so +lib/libflatzebra-0.1.so.2 +lib/libflatzebra-0.1.so.2.0.0 +libdata/pkgconfig/flatzebra-0.1.pc |