1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/sdlmm/Makefile
Dmitry Marakasov e406842bda - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-27 14:13:54 +00:00

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>