9 lines
152 B
Makefile
9 lines
152 B
Makefile
# Created by: tobias.rehbein@web.de
|
|
# $FreeBSD$
|
|
|
|
PORT_OPTIONS+= SDL
|
|
|
|
MASTERDIR= ${.CURDIR}/../stonesoup
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|