mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
update graphics/guilib: 1.1.0 -> 1.1.1
PR: 55245 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
90bfb79841
commit
f979e4e68d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86330
2 changed files with 5 additions and 17 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= guilib
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
||||
DISTNAME= GUIlib-${PORTVERSION}
|
||||
|
@ -15,21 +14,10 @@ DISTNAME= GUIlib-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A very simple GUI framework for use with SDL
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_SDL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|-release \$$\(LT_RELEASE\)||g'
|
||||
|
||||
post-configure:
|
||||
@${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
||||
${WRKSRC}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (GUIlib-1.1.0.tar.gz) = 53d85d67e590d5deb5136230eac1089f
|
||||
MD5 (GUIlib-1.1.1.tar.gz) = 9d5d88cdb42dd8611e31f5e3f8a3084e
|
||||
|
|
Loading…
Add table
Reference in a new issue