aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-27 14:13:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-27 14:13:54 +0000
commite406842bdae9e2dcbef85eafaf0144e4897655e8 (patch)
treece2ae0eaa03a6324a756ae91971d71f1badcfb9d
parenta47e32588f2d3557d7a959eed154e0713d7fd047 (diff)
downloadports-e406842bdae9e2dcbef85eafaf0144e4897655e8.tar.gz
ports-e406842bdae9e2dcbef85eafaf0144e4897655e8.zip
Notes
-rw-r--r--devel/sdlmm/Makefile7
-rw-r--r--devel/sdlmm/pkg-plist2
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/sdlmm/Makefile b/devel/sdlmm/Makefile
index 6a99c76af858..782a855bcc61 100644
--- a/devel/sdlmm/Makefile
+++ b/devel/sdlmm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sdlmm
PORTVERSION= 0.1.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/SDLmm/${PORTVERSION}
DISTNAME= SDLmm-${PORTVERSION}
@@ -11,9 +11,12 @@ DISTNAME= SDLmm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ Wrapper for the SDL (Simple DirectMedia Layer)
-USE_AUTOTOOLS= libtool
+USES= libtool
USE_SDL= sdl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDLmm.so
+
.include <bsd.port.mk>
diff --git a/devel/sdlmm/pkg-plist b/devel/sdlmm/pkg-plist
index 26029a8597bf..114aff397f2c 100644
--- a/devel/sdlmm/pkg-plist
+++ b/devel/sdlmm/pkg-plist
@@ -18,9 +18,9 @@ include/SDLmm/sdlmm_surface.h
include/SDLmm/sdlmm_timer.h
include/SDLmm/sdlmm_videoinfo.h
lib/libSDLmm.a
-lib/libSDLmm.la
lib/libSDLmm.so
lib/libSDLmm.so.8
+lib/libSDLmm.so.8.0.0
man/man3/SDLmm.3.gz
man/man3/SDLmm_Audio.3.gz
man/man3/SDLmm_BaseSurface.3.gz