Update editors/libreoffice-sr_Latn to version 5.2.5
[dports.git] / games / sopwith / Makefile
1 # Created by: Edwin Groothuis <edwin@mavetju.org>
2 # $FreeBSD$
3
4 PORTNAME=       sopwith
5 PORTVERSION=    1.8.4
6 CATEGORIES=     games
7 MASTER_SITES=   SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
8
9 MAINTAINER=     amdmi3@FreeBSD.org
10 COMMENT=        Classic WW1 biplane game
11
12 LICENSE=        GPLv2+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 USES=           gmake pkgconfig
16 USE_SDL=        sdl
17 USE_GNOME=      gtk20
18 GNU_CONFIGURE=  yes
19
20 OPTIONS_DEFINE= DOCS
21
22 .include <bsd.port.mk>