4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
35 lines
829 B
Makefile
35 lines
829 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= diameter
|
|
PORTVERSION= 0.4.0.3
|
|
PORTREVISION= 11
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/game${PORTNAME}/game${PORTNAME}/${PORTNAME}-0.4.0
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Arcade-style game with elements of economy and adventure
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
libguichan.so:devel/guichan
|
|
|
|
USES= tar:bzip2 gmake pkgconfig python
|
|
GNU_CONFIGURE= yes
|
|
USE_GL= gl
|
|
USE_SDL= sdl mixer image
|
|
|
|
WRKSRC= ${WRKDIR}/gamediameter
|
|
|
|
CPPFLAGS+= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
|
|
LDFLAGS+= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
|
|
|
|
DATADIR= ${PREFIX}/share/gamediameter
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
PORTDATA= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|; /^CFLAGS=.*march/ d' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|