1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/stonesoup-sdl/Makefile
Pawel Pekala dfed992131 - Update to version 0.18.1
- Take over maintainership
- Change WIZARD to NOWIZARD: this follows upstream and should better
  serve majority of package users
- Switch to OPTION helpers and modernize the port
- Add/remove missing/unnecessary dependencies
- Move "-sdl" PKGNAMESUFFIX to the slave port, options should not change
  package name and this is also how other ports do it

PR:		210670
Submitted by:	Nikolai Lifanov
Approved by:	maintainer
2016-07-22 19:22:02 +00:00

10 lines
158 B
Makefile

# Created by: tobias.rehbein@web.de
# $FreeBSD$
PORT_OPTIONS+= SDL
PKGNAMESUFFIX= -sdl
MASTERDIR= ${.CURDIR}/../stonesoup
.include "${MASTERDIR}/Makefile"