mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
cf0dd23984
Brings 5 years of fixes/improvements and switches from qmake to cmake - connectagram-1.3.9 - cutemaze-1.3.6 - gottet-1.2.7 - hexalate-1.2.6 - peg-e-1.3.6 - simsu-1.4.7 - tanglet-1.6.9 - tetzle-3.0.3
18 lines
403 B
Makefile
18 lines
403 B
Makefile
CATEGORIES = games
|
|
EXTRACT_SUFX ?= .tar.bz2
|
|
|
|
HOMEPAGE ?= https://gottcode.org/${GAME}/
|
|
SITES ?= ${HOMEPAGE}
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WRKDIST ?= ${WRKDIR}/${DISTNAME:S/-src//}
|
|
MODULES += devel/cmake x11/qt6
|
|
WANTLIB += GL Qt6Core Qt6Gui Qt6Widgets
|
|
WANTLIB += c m pthread ${COMPILER_LIBCXX}
|
|
RUN_DEPENDS += devel/desktop-file-utils x11/gtk+4,-guic
|
|
BUILD_DEPENDS +=devel/gettext,-tools
|
|
|
|
NO_TEST = Yes
|