mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
dfed992131
- 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
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# Created by: tobias.rehbein@web.de
|
|
# $FreeBSD$
|
|
|
|
PORT_OPTIONS+= SDL
|
|
PKGNAMESUFFIX= -sdl
|
|
|
|
MASTERDIR= ${.CURDIR}/../stonesoup
|
|
|
|
.include "${MASTERDIR}/Makefile"
|