diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-02 17:29:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-02 17:29:47 +0000 |
commit | aa157e5ae11c134b3c8569c4d5d224b7c9209696 (patch) | |
tree | 4bb7b2c787683bd4f96e8e6728ed2414bf5074ea /x11-toolkits/paragui-devel | |
parent | 2d655bde7c59e4c536aa76e4d120e6c606bee8ba (diff) | |
download | ports-aa157e5ae11c134b3c8569c4d5d224b7c9209696.tar.gz ports-aa157e5ae11c134b3c8569c4d5d224b7c9209696.zip |
Notes
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/pkg-descr | 2 |
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/ |