mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
5cb8816ca4
- Use new header format in Makefile Feature safe: yes
28 lines
583 B
Makefile
28 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>
|