aboutsummaryrefslogtreecommitdiff
path: root/games/freedink-engine/Makefile
blob: f38e43a9e638924a1f500946f2df066a206d0a38 (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
PORTNAME=	freedink
PORTVERSION=	108.4
PORTREVISION=	5
CATEGORIES=	games
MASTER_SITES=	GNU
PKGNAMESUFFIX=	-engine

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Dink Smallwood RPG and RPG Construction Set

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libcheck.so:devel/check

USES=		gettext gmake pkgconfig sdl
USE_SDL=	sdl gfx ttf image mixer
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static --disable-upx

OPTIONS_DEFINE=	EMBEDDED
OPTIONS_DEFAULT=EMBEDDED

EMBEDDED_DESC=			Embedded Resources
EMBEDDED_CONFIGURE_ENABLE=	embedded-resources
EMBEDDED_BUILD_DEPENDS=		zip:archivers/zip
EMBEDDED_LIB_DEPENDS=		libzip.so:archivers/libzip
EMBEDDED_RUN_DEPENDS=		zip:archivers/zip

post-patch:
	@${CHMOD} 0755 ${WRKSRC}/autotools/install-reloc

.include <bsd.port.mk>