1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/xscorch/Makefile

37 lines
646 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= xscorch
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.xscorch.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplayer tank shoot-em-up
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= MIKMOD
OPTIONS_DEFAULT= MIKMOD
USES= perl5
USE_GNOME= gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN6= xscorch.6
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMIKMOD}
LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--disable-sound
.endif
.include <bsd.port.mk>