mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
e406842bda
- Strip libraries
23 lines
433 B
Makefile
23 lines
433 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdlmm
|
|
PORTVERSION= 0.1.8
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/SDLmm/${PORTVERSION}
|
|
DISTNAME= SDLmm-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A C++ Wrapper for the SDL (Simple DirectMedia Layer)
|
|
|
|
USES= libtool
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDLmm.so
|
|
|
|
.include <bsd.port.mk>
|