freebsd-ports/games/triplane/Makefile
Ganael LAPLANCHE 5cb8816ca4 - Update to 1.08.r20130224
- Use new header format in Makefile

Feature safe:	yes
2013-04-17 07:11:47 +00:00

27 lines
583 B
Makefile

# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
# $FreeBSD$
PORTNAME= triplane
PORTVERSION= 1.08.r20130224
CATEGORIES= games
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
SF/${PORTNAME}
DISTNAME= ${PORTNAME}-classic-${PORTVERSION}
MAINTAINER= martymac@FreeBSD.org
COMMENT= Port of the original Triplane Turmoil game
LICENSE= GPLv3
USE_SDL= sdl mixer
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
CFLAGS+= -DTRIPLANE_DATA=\\\"${DATADIR}\\\"
MAKE_ENV= DATADIR="${DATADIR}"
ALL_TARGET= depend all
MAN6= triplane.6
.include <bsd.port.mk>