diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-28 04:51:35 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-28 04:51:35 +0800 |
commit | bf6495423a5fa98fb92a773a594953929d898984 (patch) | |
tree | 41ea96c8558a5f72c3f2770a17901c6923ad0a00 /games/adgali/Makefile | |
parent | d0a2fe13c0eadc9d0bbd2b144c8afe34eba581a8 (diff) | |
download | freebsd-ports-gnome-bf6495423a5fa98fb92a773a594953929d898984.tar.gz freebsd-ports-gnome-bf6495423a5fa98fb92a773a594953929d898984.tar.zst freebsd-ports-gnome-bf6495423a5fa98fb92a773a594953929d898984.zip |
- Update to 0.2.4 [1]
- Improve pkg-message/COMMENT grammar
[1]:
PR: ports/82673
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games/adgali/Makefile')
-rw-r--r-- | games/adgali/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 9e857a70ad56..98e037db39c0 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -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} |