1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/games/sopwith/Makefile
Edwin Groothuis 544c0b7079 Update games/sopwith to version 1.6.0:
- Fixed bug with harry keys mode and returning to home from the left
- Fixed bullets being colored (instead of always white like they should be)
- Now totally under the GPL!
2003-02-15 02:01:12 +00:00

28 lines
576 B
Makefile

# New ports collection makefile for: sopwith
# Date created: 1 July 2002
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= sopwith
PORTVERSION= 1.6.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sdl-sopwith
DISTNAME= sdl_${PORTNAME}-${PORTVERSION}
MAINTAINER= edwin@mavetju.org
BUILD_DEPENDS= ${LOCALBASE}/bin/sdl11-config:${PORTSDIR}/devel/sdl12
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config
MAN6= sopwith.6
.include <bsd.port.mk>