diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /graphics/sdl_gfx | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 3 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 9ea8778fb926..9ed6fdbe5975 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -8,6 +8,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.13 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -19,7 +20,7 @@ COMMENT= SDL graphics drawing primitives and other support functions USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \ --disable-mmx diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index 592e3bff72ff..a9caa69b654d 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -4,5 +4,6 @@ include/SDL11/SDL_gfxPrimitives_font.h include/SDL11/SDL_imageFilter.h include/SDL11/SDL_rotozoom.h lib/libSDL_gfx.a +lib/libSDL_gfx.la lib/libSDL_gfx.so lib/libSDL_gfx.so.13 |