1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/xabacus/Makefile
Martin Wilke f45e58359b - Update to 7.7.1
PR:		175595
Submitted by:	Ports Fury
2013-02-08 02:04:17 +00:00

46 lines
865 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= xabacus
PORTVERSION= 7.7.1
CATEGORIES= games
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \
http://ftp.tux.org/pub/tux/bagleyd/xabacus/
MAINTAINER= ports@FreeBSD.org
COMMENT= Abacus for X Window System
LICENSE= BSD
OPTIONS_DEFINE= MOTIF ESOUND
OPTIONS_DEFAULT= MOTIF
USE_BZIP2= yes
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-nas
MAKE_JOBS_SAFE= yes
MAN6= xabacus.6
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMOTIF}
USE_MOTIF= yes
.else
CONFIGURE_ARGS+= --without-motif
.endif
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
CONFIGURE_ARGS+= --without-rplay --with-esound
.else
LIB_DEPENDS+= rplay:${PORTSDIR}/audio/rplay
CONFIGURE_ARGS+= --with-rplay --without-esound
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>