mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
25 lines
580 B
Makefile
25 lines
580 B
Makefile
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
PORTNAME= crossfire-client
|
|
PORTVERSION= 1.75.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= kevinz5000@gmail.com
|
|
COMMENT= Cooperative multiplayer graphical RPG and adventure game
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vala:lang/vala
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= cmake gnome perl5 pkgconfig sdl
|
|
USE_GNOME= gtk20
|
|
USE_PERL5= build
|
|
USE_SDL= sdl image mixer
|
|
|
|
CMAKE_ARGS= -DLUA=OFF -DMETASERVER2=ON -DOPENGL=OFF -DSDL=ON -DSOUND=ON
|
|
|
|
.include <bsd.port.mk>
|