diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-17 06:24:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-17 06:24:47 +0800 |
commit | cd4f4759ca6812be4d9f57451df887e516014b31 (patch) | |
tree | aa03ae7c440b3edaf81d36214c15073a37ebbad1 /devel/guichan | |
parent | fd860801c3c7df8aec934d7c95b62e2aec04c5ac (diff) | |
download | freebsd-ports-gnome-cd4f4759ca6812be4d9f57451df887e516014b31.tar.gz freebsd-ports-gnome-cd4f4759ca6812be4d9f57451df887e516014b31.tar.zst freebsd-ports-gnome-cd4f4759ca6812be4d9f57451df887e516014b31.zip |
- Switch devel/guichan to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'devel/guichan')
-rw-r--r-- | devel/guichan/Makefile | 5 | ||||
-rw-r--r-- | devel/guichan/pkg-plist | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 652422881bdb..c747de5d6bb8 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -3,7 +3,7 @@ PORTNAME= guichan PORTVERSION= 0.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -12,10 +12,9 @@ COMMENT= Small, efficient C++ GUI library designed for games LICENSE= BSD3CLAUSE -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix +USES= gmake pathfix libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/guichan/pkg-plist b/devel/guichan/pkg-plist index ca36259eddd2..f1b09292201f 100644 --- a/devel/guichan/pkg-plist +++ b/devel/guichan/pkg-plist @@ -68,23 +68,23 @@ include/guichan/widgets/window.hpp %%SDL%%include/guichan/sdl/sdlinput.hpp %%SDL%%include/guichan/sdl/sdlpixel.hpp lib/libguichan.a -lib/libguichan.la -lib/libguichan.so.2 lib/libguichan.so +lib/libguichan.so.1 +lib/libguichan.so.1.1.0 libdata/pkgconfig/guichan-0.8.pc %%ALLEGRO%%lib/libguichan_allegro.a -%%ALLEGRO%%lib/libguichan_allegro.la %%ALLEGRO%%lib/libguichan_allegro.so -%%ALLEGRO%%lib/libguichan_allegro.so.2 +%%ALLEGRO%%lib/libguichan_allegro.so.1 +%%ALLEGRO%%lib/libguichan_allegro.so.1.1.0 %%GL%%lib/libguichan_opengl.a -%%GL%%lib/libguichan_opengl.la %%GL%%lib/libguichan_opengl.so -%%GL%%lib/libguichan_opengl.so.2 +%%GL%%lib/libguichan_opengl.so.1 +%%GL%%lib/libguichan_opengl.so.1.1.0 %%GL%%libdata/pkgconfig/guichan_opengl-0.8.pc %%SDL%%lib/libguichan_sdl.a -%%SDL%%lib/libguichan_sdl.la %%SDL%%lib/libguichan_sdl.so -%%SDL%%lib/libguichan_sdl.so.2 +%%SDL%%lib/libguichan_sdl.so.1 +%%SDL%%lib/libguichan_sdl.so.1.1.0 %%SDL%%libdata/pkgconfig/guichan_sdl-0.8.pc %%ALLEGRO%%@dirrm include/guichan/allegro %%GL%%@dirrm include/guichan/opengl |