diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /graphics/guilib | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 5 | ||||
-rw-r--r-- | graphics/guilib/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index bfaff19b9925..0d4dce3d1c00 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -7,7 +7,7 @@ PORTNAME= guilib PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A very simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes @@ -25,5 +25,6 @@ post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/Makefile.in + @${CHMOD} a+x ${WRKSRC}/ltconfig .include <bsd.port.mk> diff --git a/graphics/guilib/pkg-plist b/graphics/guilib/pkg-plist index 7e10eb9b3578..838c717bf7b1 100644 --- a/graphics/guilib/pkg-plist +++ b/graphics/guilib/pkg-plist @@ -13,6 +13,7 @@ include/GUI/GUI_termwin.h include/GUI/GUI_widget.h include/GUI/GUI_widgets.h lib/libGUI.a +lib/libGUI.la lib/libGUI.so lib/libGUI.so.0 @dirrm include/GUI |