freebsd-ports/games/crossfire-client/Makefile
Raphael Kubo da Costa 79f7ca46a6 Update to 1.71.0.
- Remove libglade2 dependency.
- Remove old `configure` flags.
- Remove old patches.

PR:		ports/188385
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2014-05-10 21:06:22 +00:00

30 lines
792 B
Makefile

# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$
PORTNAME= crossfire-client
PORTVERSION= 1.71.0
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
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USES= pkgconfig tar:bzip2
USE_GL= glut
USE_GNOME= gtk20
USE_SDL= sdl image mixer
post-install:
${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png
${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \
${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \
${STAGEDIR}${PREFIX}/share/pixmaps
.include <bsd.port.mk>