1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/xscorch/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

28 lines
559 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= xscorch
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.xscorch.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplayer tank shoot-em-up
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= MIKMOD
OPTIONS_DEFAULT= MIKMOD
USES= gmake perl5 pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
MIKMOD_CONFIGURE_ON= --with-libmikmod-prefix=${LOCALBASE}
MIKMOD_CONFIGURE_OFF= --disable-sound
MMIKMOD_LIB_DEPENDS= libmikmod.so:audio/libmikmod
.include <bsd.port.mk>