19 lines
375 B
Makefile
19 lines
375 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdlmm
|
|
PORTVERSION= 0.1.8
|
|
PORTREVISION= 6
|
|
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)
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_SDL= sdl
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|