1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/games/xscorch/Makefile
2013-11-19 12:11:25 +00:00

28 lines
564 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= 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:${PORTSDIR}/audio/libmikmod
.include <bsd.port.mk>