5cb8816ca4
- Use new header format in Makefile Feature safe: yes
27 lines
583 B
Makefile
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>
|