1998-05-05 01:25:26 +00:00
|
|
|
# New ports collection makefile for: xabacus
|
|
|
|
# Date created: 3 May 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-05-05 01:25:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xabacus
|
2008-08-11 22:41:04 +00:00
|
|
|
PORTVERSION= 7.4.1
|
2000-03-30 03:42:47 +00:00
|
|
|
CATEGORIES= games
|
2007-03-06 20:04:09 +00:00
|
|
|
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \
|
|
|
|
http://ftp.tux.org/pub/tux/bagleyd/xabacus/ \
|
2008-05-30 13:36:04 +00:00
|
|
|
SUNSITE/apps/math
|
1998-05-05 01:25:26 +00:00
|
|
|
|
2000-03-30 03:42:47 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Abacus for X Window System
|
1998-05-05 01:25:26 +00:00
|
|
|
|
2004-01-05 16:47:31 +00:00
|
|
|
USE_BZIP2= yes
|
2007-12-14 23:15:10 +00:00
|
|
|
USE_XORG= xpm
|
2005-10-10 10:29:13 +00:00
|
|
|
WANT_GNOME= yes
|
|
|
|
USE_GNOME= gnometarget
|
2000-03-30 03:42:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 09:36:51 +00:00
|
|
|
CONFIGURE_ARGS= --without-nas
|
2004-01-05 16:47:31 +00:00
|
|
|
|
|
|
|
MAN6= xabacus.6
|
1998-05-05 01:25:26 +00:00
|
|
|
|
2005-10-10 10:29:13 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-01-05 16:47:31 +00:00
|
|
|
.if defined(WITHOUT_MOTIF)
|
|
|
|
CONFIGURE_ARGS+= --without-motif
|
|
|
|
.else
|
|
|
|
USE_MOTIF= yes
|
|
|
|
.endif
|
1998-05-05 01:25:26 +00:00
|
|
|
|
2005-10-10 10:29:13 +00:00
|
|
|
.if ${HAVE_GNOME:Mesound}!=""
|
|
|
|
USE_GNOME+= esound
|
|
|
|
CONFIGURE_ARGS+= --without-rplay --with-esound
|
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay
|
|
|
|
CONFIGURE_ARGS+= --with-rplay --without-esound
|
|
|
|
.endif
|
|
|
|
|
2004-01-05 16:47:31 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/Makefile.in
|
1998-05-05 01:25:26 +00:00
|
|
|
|
2005-10-10 10:29:13 +00:00
|
|
|
.include <bsd.port.post.mk>
|