freebsd-ports/games/manaplus/Makefile
Tijl Coosemans dd6f9aecd2 Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
  LOCALBASE rather than PREFIX.

games/openssn:
- Remove USES=desktop-file-utils.  No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.

games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
2014-05-02 14:16:49 +00:00

33 lines
834 B
Makefile

# Created by: Tobias Gion
# $FreeBSD$
PORTNAME= manaplus
PORTVERSION= 1.4.4.12
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/
MAINTAINER= mva@FreeBSD.org
COMMENT= Free open source 2D MMORPG client for athena and evol servers
LICENSE= GPLv2
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
libpng15.so:${PORTSDIR}/graphics/png \
libcurl.so:${PORTSDIR}/ftp/curl \
libphysfs.so:${PORTSDIR}/devel/physfs
USES= gettext pkgconfig:build tar:xz
USE_SDL= sdl gfx image mixer net ttf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
LDFLAGS+= -L${LOCALBASE}/lib -lintl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= OPENGL
OPTIONS_DEFAULT= OPENGL
OPENGL_CONFIGURE_WITH= opengl
OPENGL_USE= GL=yes
.include <bsd.port.mk>