1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/sopwith/Makefile
2019-11-08 10:47:01 +00:00

23 lines
426 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= sopwith
PORTVERSION= 1.8.4
CATEGORIES= games
MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Classic WW1 biplane game
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake gnome pkgconfig sdl
USE_SDL= sdl
USE_GNOME= gtk20
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>