mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 0.2.4 [1]
- Improve pkg-message/COMMENT grammar [1]: PR: ports/82673 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
30856eccfb
commit
3cf3931ba1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138080
@ -7,27 +7,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= adgali
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= games devel
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= http://adgali.apiou.org/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An open source game library useful for 2D games programmation
|
||||
COMMENT= An open source game library useful for 2D game development
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= gnometarget
|
||||
USE_REINPLACE= yes
|
||||
USE_XPM= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --enable-compile-optim=no
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -36,10 +36,6 @@ INSTALLS_SHLIB= yes
|
||||
BROKEN= "Configure fails"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (adgali-0.2.3.tar.gz) = 34e051864e5b7f1ed5c3bfd436f9bd48
|
||||
SIZE (adgali-0.2.3.tar.gz) = 571544
|
||||
MD5 (adgali-0.2.4.tar.bz2) = 4e4b3c7fdec424823883ae5d96943374
|
||||
SIZE (adgali-0.2.4.tar.bz2) = 710402
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Fri May 23 02:22:11 2003
|
||||
+++ configure Sat Jun 21 15:20:22 2003
|
||||
@@ -7893,6 +7893,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,10 +0,0 @@
|
||||
--- tools/agl_bfont.c.orig Sun May 11 02:44:58 2003
|
||||
+++ tools/agl_bfont.c Sat Jun 21 15:18:43 2003
|
||||
@@ -40,7 +40,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
-#include <getopt.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "../config.h"
|
@ -1,9 +1,9 @@
|
||||
Adgali is an open source game library useful for 2D games programmation. It
|
||||
uses the SDL library for the bitmap, sound and events which provides
|
||||
accelerated and portable interfaces for the video and sound hardware.
|
||||
Adgali is an open source game library useful for 2D game development. It
|
||||
uses the SDL library for the bitmap, sounds and events, which provides
|
||||
accelerated and portable interfaces to the video and sound hardware.
|
||||
|
||||
This library tends to provide useful functions for bitmap and sprite display,
|
||||
game GUI, sound events and music, generic AI engine, network management and
|
||||
video streaming.
|
||||
This library provides useful functions for bitmap and sprite display, game
|
||||
GUI, sound events and music, generic AI engine, network management and video
|
||||
streaming.
|
||||
|
||||
WWW: http://www.nongnu.org/adgali/
|
||||
WWW: http://adgali.apiou.org/
|
||||
|
@ -7,14 +7,17 @@ include/agl_gui.h
|
||||
include/agl_ios.h
|
||||
include/agl_object.h
|
||||
include/agl_video.h
|
||||
lib/libagl.a
|
||||
lib/libagl.so
|
||||
lib/libagl.so.0
|
||||
lib/libadgali-0.2.so
|
||||
lib/libadgali-0.2.so.0
|
||||
lib/libadgali.a
|
||||
lib/libadgali.so
|
||||
share/aclocal/adgali.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/adgali025.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/adgali150.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl_8h-source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl_8h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl__gui_8h-source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl__gui_8h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h-source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/agl__video_8h-source.html
|
||||
@ -33,15 +36,23 @@ share/aclocal/adgali.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/group__ios.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/group__tools.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/group__video.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.hhc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.hhk
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.hhp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/modules.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__channel.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.map
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.md5
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__ios.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__pix.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.map
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.md5
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/structagl__size.html
|
||||
|
Loading…
Reference in New Issue
Block a user