1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-10 02:45:11 +00:00
freebsd-ports/devel/sdlmm/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
431 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sdlmm
PORTVERSION= 0.1.8
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/SDLmm/${PORTVERSION}
DISTNAME= SDLmm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= 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>