summaryrefslogtreecommitdiff
path: root/x11-toolkits/paragui-devel
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-02 17:29:47 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-02 17:29:47 +0000
commitaa157e5ae11c134b3c8569c4d5d224b7c9209696 (patch)
tree4bb7b2c787683bd4f96e8e6728ed2414bf5074ea /x11-toolkits/paragui-devel
parentUpdate to 1.8 (diff)
Mark paragui broken for everything but i386 and amd64
portlint Update pkg-descr PR: 57332 Submitted by: Mark Linimon <linimon@lonesome.com> USE_SDL while I am here
Notes
Notes: svn path=/head/; revision=90049
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r--x11-toolkits/paragui-devel/Makefile17
-rw-r--r--x11-toolkits/paragui-devel/pkg-descr2
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
index b7d83181e304..71a6ac5c5ab5 100644
--- a/x11-toolkits/paragui-devel/Makefile
+++ b/x11-toolkits/paragui-devel/Makefile
@@ -16,35 +16,38 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-platform high-level application framework and GUI library
LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \
- SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
expat.4:${PORTSDIR}/textproc/expat2
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
+USE_SDL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
SHLIB_VER= 4
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
+.include <bsd.port.pre.mk>
+
+.if (${ARCH} != "amd64") && (${ARCH} != "i386")
+BROKEN= "does not build on ${ARCH}"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/src/physfs/platform.c
post-patch:
@${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \
s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure
-
+
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \
s|lib/pkgconfig|libdata/pkgconfig|g ; \
s|-L[./]*../src|&/.libs |g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-toolkits/paragui-devel/pkg-descr b/x11-toolkits/paragui-devel/pkg-descr
index 0d2c45784d21..a0800fdcf81b 100644
--- a/x11-toolkits/paragui-devel/pkg-descr
+++ b/x11-toolkits/paragui-devel/pkg-descr
@@ -17,4 +17,4 @@ Highlights of the library:
progressbars, windows ...)
- create your own widgets (subclass an existing widget)
-WWW: http://www.bms-austria.com/projects/paragui/
+WWW: http://savannah.nongnu.org/paragui/