1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/games/freedink-engine/Makefile
2019-11-08 10:47:01 +00:00

35 lines
827 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= freedink
PORTVERSION= 108.4
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= GNU
PKGNAMESUFFIX= -engine
MAINTAINER= shurd@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>