diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2015-01-31 06:58:54 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2015-01-31 06:58:54 +0000 |
commit | 9f1449858be78738547ede07cfe05d685e130ad6 (patch) | |
tree | a6ba7ebc7a755864a9dff67d8cdd4aa460f1843c /games/freedink-engine/Makefile | |
parent | 25c396da36828335043618d95bdbd98a83814cd5 (diff) |
Notes
Diffstat (limited to 'games/freedink-engine/Makefile')
-rw-r--r-- | games/freedink-engine/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile index 90ca095bb5b1..be803ac2a43d 100644 --- a/games/freedink-engine/Makefile +++ b/games/freedink-engine/Makefile @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= freedink -PORTVERSION= 1.08.${PORTVER} -PORTREVISION= 6 +PORTVERSION= 108.4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= freedink +MASTER_SITES= GNU PKGNAMESUFFIX= -engine MAINTAINER= shurd@FreeBSD.org COMMENT= Dink Smallwood RPG and RPG Construction Set -LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libcheck.so:${PORTSDIR}/devel/libcheck USES= gettext gmake pkgconfig USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes -PORTVER= 20121209 CONFIGURE_ARGS= --disable-static --disable-upx OPTIONS_DEFINE= EMBEDDED |