freebsd-ports/games/sopwith/Makefile
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00

18 lines
360 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= sopwith
PORTVERSION= 1.8.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION}
MAINTAINER= edwin@mavetju.org
COMMENT= Classic WW1 biplane game
USES= gmake pkgconfig
USE_SDL= sdl
USE_GNOME= gtk20
GNU_CONFIGURE= yes
.include <bsd.port.mk>