mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
db15051ca5
PR: 248402 Submitted by: PauAmma
43 lines
839 B
Makefile
43 lines
839 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crrcsim
|
|
PORTVERSION= 0.9.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= games education
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Model-airplane flight simulation program
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
|
|
LIB_DEPENDS= libportaudio.so:audio/portaudio
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext gl gmake jpeg localbase sdl xorg
|
|
USE_SDL= sdl
|
|
USE_GL= gl glu
|
|
USE_XORG= x11
|
|
|
|
LIBS+= -lintl
|
|
|
|
PORTDOCS= *
|
|
PORTDATA= *
|
|
|
|
DESKTOP_ENTRIES="CRRCsim" \
|
|
"" \
|
|
"${DATADIR}/icons/crrcsim.png" \
|
|
"crrcsim" \
|
|
"Game;Simulation;" \
|
|
""
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/portaudio/ s|==|=|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|