mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Update to 0.3.6.
PR: ports/51364 Submitted by: Ports Fury
This commit is contained in:
parent
c01a158c6a
commit
a636fe8d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79708
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= eboxy
|
||||
PORTVERSION= 0.3.5
|
||||
PORTVERSION= 0.3.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.bluelightning.org/ebox/files/eboxy/
|
||||
@ -17,14 +17,14 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Create simple GUI interfaces for entertainment PC
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||
SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
|
||||
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
|
||||
SDL_image.10:${PORTSDIR}/graphics/sdl_image
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libSDL_gui.so:${PORTSDIR}/x11-toolkits/sdl_gui
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
@ -35,10 +35,10 @@ CONFIGURE_ARGS= --disable-lirc
|
||||
MAN1= eboxy.1
|
||||
|
||||
CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
|
||||
LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt
|
||||
LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
@${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e "s|malloc.h|stdlib.h|g"
|
||||
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|malloc\.h|stdlib.h|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (eboxy-0.3.5.tar.gz) = b52ff4afe5a62eba51e9573aa590ad89
|
||||
MD5 (eboxy-0.3.6.tar.gz) = d470b02fe85c1cd607a312d52de5ea39
|
||||
|
Loading…
Reference in New Issue
Block a user