1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/games/freedink-engine/Makefile
Muhammad Moinur Rahman be819f8ea5
games/freedink-engine: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 08:08:02 +01:00

34 lines
852 B
Makefile

PORTNAME= freedink
PORTVERSION= 108.4
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= GNU
PKGNAMESUFFIX= -engine
MAINTAINER= ports@FreeBSD.org
COMMENT= Dink Smallwood RPG and RPG Construction Set
WWW= https://www.gnu.org/software/freedink/
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
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>