mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
30 lines
714 B
Makefile
30 lines
714 B
Makefile
PORTNAME= ags
|
|
DISTVERSION= 3.6.1.27
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v${PORTVERSION}/
|
|
DISTNAME= ags_${DISTVERSION}_source
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Adventure Game Studio Engine
|
|
WWW= https://www.adventuregamestudio.co.uk/
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg \
|
|
libtheora.so:multimedia/libtheora \
|
|
libvorbis.so:audio/libvorbis
|
|
|
|
USES= compiler:c++11-lang gmake localbase pkgconfig sdl tar:xz
|
|
USE_SDL= sdl2 sound2
|
|
|
|
MAKE_ARGS= V=1
|
|
BUILD_WRKSRC= ${WRKSRC}/Engine
|
|
|
|
PLIST_FILES= bin/ags
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Engine/ags ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|