1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/sdlmm/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

23 lines
431 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= 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>