b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
42 lines
817 B
Makefile
42 lines
817 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crrcsim
|
|
PORTVERSION= 0.9.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
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 gmake jpeg localbase
|
|
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>
|