summaryrefslogtreecommitdiff
path: root/graphics/guilib/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-04-10 20:40:17 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-04-10 20:40:17 +0000
commit9ae73d00ab9ca61781cf3652f6c371454cec9e66 (patch)
tree05f8b64fe3abe8802212cdd6011b9cc0de631b59 /graphics/guilib/Makefile
parentUpdate to 2.18.1. (diff)
- Update to 1.2.0
Notes
Notes: svn path=/head/; revision=189719
Diffstat (limited to 'graphics/guilib/Makefile')
-rw-r--r--graphics/guilib/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile
index 15cb5f044ef9..731bfb0f1da7 100644
--- a/graphics/guilib/Makefile
+++ b/graphics/guilib/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= guilib
-PORTVERSION= 1.1.2
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
DISTNAME= GUIlib-${PORTVERSION}
@@ -19,11 +18,15 @@ USE_SDL= sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= aclocal:19
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
+post-configure:
+ @${REINPLACE_CMD} -e 's|^ACLOCAL =.*|ACLOCAL = ${ACLOCAL}|g' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>