freebsd-ports/games/freedink-engine/Makefile
Raphael Kubo da Costa 1bae556a1c Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.

PR:		222638
2017-09-27 18:08:14 +00:00

34 lines
823 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= freedink
PORTVERSION= 108.4
PORTREVISION= 3
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
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>