diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-04 22:01:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-04 22:01:32 +0000 |
commit | 431f51597c510ea57f3314e1028efbf39e4e2499 (patch) | |
tree | f30763d2e843565f3a05d62a84ce893b0f7ee706 /multimedia/xmps/Makefile | |
parent | Install English (American or British) *.dict file too for ports which use it (diff) |
- Update to 0.2.0;
- make pkg-descr reflecting reality (no smpeg anymore);
- force usual naming conventions for the libraries installed into ${PREFIX}/lib
(i.e. .so and .so.xxx, not just .so).
Please note that unlike previous, this new version doesn't include ability
to play MPEG-1 OOB, so if you use it for than you probably may want to stick
with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms
(like assumption that OS should zero all unitialized data when loading a
program), so beware.
Update prompted by: lioux
Notes
Notes:
svn path=/head/; revision=37956
Diffstat (limited to 'multimedia/xmps/Makefile')
-rw-r--r-- | multimedia/xmps/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index c7de3378445a..53898ffda91c 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -6,19 +6,17 @@ # PORTNAME= xmps -PORTVERSION= 0.1.3 +PORTVERSION= 0.2.0 CATEGORIES= graphics gnome MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm - SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes USE_GNOME= yes +INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ SDL_CONFIG="${SDL_CONFIG}" \ @@ -29,7 +27,8 @@ pre-patch: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' + s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \ + s|-lpthread|-pthread|g' post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ |