blob: 23e85a2f4f099004a1e3b7b99b18dc9133d4f810 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= secretmaryochronicles
PORTVERSION= 1.10.git20140514
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
# it could use github.com/Quintus/SMC, but it needs to be packaged
# by hand as it uses submodules
DISTNAME= smc-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Secret Maryo Chronicles two-dimensional platform game
BROKEN= does not run, cegui 0.8 support still in development
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2014-12-27
LICENSE= GPLv3
LIB_DEPENDS= libCEGUIBase-0.so:${PORTSDIR}/graphics/cegui \
libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
libpng15.so:${PORTSDIR}/graphics/png \
libpcre.so:${PORTSDIR}/devel/pcre \
libfreeimage.so:${PORTSDIR}/graphics/freeimage \
libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
bison:${PORTSDIR}/devel/bison
USES= tar:bzip2 cmake:outsource gettext pkgconfig compiler:c++11-lib
USE_SDL= sdl image mixer ttf
USE_GL= gl
DATADIR= ${PREFIX}/share/smc
WRKSRC= ${WRKDIR}/SMC
CMAKE_SOURCE_PATH=${WRKSRC}/smc
PLIST_FILES= bin/smc
PORTDATA= *
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
cd ${WRKSRC}/smc/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|