aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-18 18:17:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-18 18:17:37 +0000
commitb431c2687906c860a854dd424a056cd1b9c78ca1 (patch)
treedc609449bd2742c37bfc2f163e7e859eddcc617d /graphics/sdl_ttf
parent122d8a5f68d3eba78f7e5734ef4262197a089d9c (diff)
downloadports-b431c2687906c860a854dd424a056cd1b9c78ca1.tar.gz
ports-b431c2687906c860a854dd424a056cd1b9c78ca1.zip
Notes
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r--graphics/sdl_ttf/Makefile16
-rw-r--r--graphics/sdl_ttf/distinfo2
-rw-r--r--graphics/sdl_ttf/files/patch-configure14
3 files changed, 8 insertions, 24 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index d8979505b9f1..45bc48d6e3b8 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl_ttf
-PORTVERSION= 2.0.5
-PORTREVISION= 1
+PORTVERSION= 2.0.6
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION}
@@ -18,19 +17,18 @@ COMMENT= A library to use TrueType fonts to render text in SDL applications
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_SDL= yes
-USE_MESA= yes
+USE_GL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
- -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0
INSTALLS_SHLIB= yes
-post-configure:
- @${REINPLACE_CMD} -e \
- 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
- ${WRKSRC}/libtool
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/graphics/sdl_ttf/distinfo b/graphics/sdl_ttf/distinfo
index e0f3cecedbf0..5829d38b6899 100644
--- a/graphics/sdl_ttf/distinfo
+++ b/graphics/sdl_ttf/distinfo
@@ -1 +1 @@
-MD5 (SDL_ttf-2.0.5.tar.gz) = 1dec3052634a5902914669b5dcd41523
+MD5 (SDL_ttf-2.0.6.tar.gz) = 880ca22ac3e8beb5cca2326cc8069733
diff --git a/graphics/sdl_ttf/files/patch-configure b/graphics/sdl_ttf/files/patch-configure
deleted file mode 100644
index 3b8cdca18e4f..000000000000
--- a/graphics/sdl_ttf/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Thu Jun 21 08:22:18 2001
-+++ configure Tue Jun 26 13:02:00 2001
-@@ -569,7 +569,7 @@
-
- # libtool versioning
- LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION
--LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE`
-+LT_CURRENT=3
- LT_REVISION=$INTERFACE_AGE
- LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE`
-