fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
42 lines
987 B
Makefile
42 lines
987 B
Makefile
# New ports collection makefile for: syncterm
|
|
# Date created: 3 October 2006
|
|
# Whom: shurd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= freedink
|
|
PORTVERSION= 1.08.${PORTVER}
|
|
PORTREVISION= 8
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= freedink
|
|
PKGNAMESUFFIX= -engine
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
COMMENT= Dink Smallwood RPG and RPG Construction Set
|
|
|
|
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
|
|
|
USE_GMAKE= yes
|
|
USE_SDL= sdl gfx ttf image mixer
|
|
GNU_CONFIGURE= yes
|
|
PORTVER= 20080920
|
|
CONFIGURE_ARGS= --disable-static --disable-upx
|
|
|
|
MAN6= freedink.6 freedinkedit.6 dink.6 dinkedit.6
|
|
|
|
OPTIONS= EMBEDDED "Enable Embedded Resources" on
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.ifdef WITHOUT_EMBEDDED
|
|
CONFIGURE_ARGS+= --enable-embedded-resources
|
|
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
|
LIB_DEPENDS+= zip.3:${PORTSDIR}/archivers/libzip
|
|
RUN_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-embedded-resources
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|