diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-09-27 04:31:52 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-09-27 04:31:52 +0800 |
commit | a6800acccac44800c5045f4b9287c67815058c93 (patch) | |
tree | 31a59661928fff83eafe990ee11549429e6c6a6f /games | |
parent | 40b2bda6d8f30c4f8a89cbc23df880b816b09a6c (diff) | |
download | freebsd-ports-gnome-a6800acccac44800c5045f4b9287c67815058c93.tar.gz freebsd-ports-gnome-a6800acccac44800c5045f4b9287c67815058c93.tar.zst freebsd-ports-gnome-a6800acccac44800c5045f4b9287c67815058c93.zip |
- Update to 7.7.0
- Convert to new options frameework
- Trim Makefilee headers
- Remove ABI version from LIB_DEPENDS
PR: ports/172009
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/xabacus/Makefile | 31 | ||||
-rw-r--r-- | games/xabacus/distinfo | 4 |
2 files changed, 18 insertions, 17 deletions
diff --git a/games/xabacus/Makefile b/games/xabacus/Makefile index 6cfa80134815..7b1be993ff7a 100644 --- a/games/xabacus/Makefile +++ b/games/xabacus/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: xabacus -# Date created: 3 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xabacus -PORTVERSION= 7.6.8 -PORTREVISION= 1 +PORTVERSION= 7.7.0 CATEGORIES= games MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \ http://ftp.tux.org/pub/tux/bagleyd/xabacus/ @@ -15,31 +10,37 @@ MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Abacus for X Window System +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= MOTIF ESOUND +OPTIONS_DEFAULT= MOTIF + USE_BZIP2= yes USE_XORG= xpm -WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-nas +MAKE_JOBS_SAFE= yes MAN6= xabacus.6 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITHOUT_MOTIF) -CONFIGURE_ARGS+= --without-motif -.else +.if ${PORT_OPTIONS:MMOTIF} USE_MOTIF= yes +.else +CONFIGURE_ARGS+= --without-motif .endif -.if ${HAVE_GNOME:Mesound}!="" +.if ${PORT_OPTIONS:MESOUND} USE_GNOME+= esound CONFIGURE_ARGS+= --without-rplay --with-esound .else -LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay +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.post.mk> +.include <bsd.port.mk> diff --git a/games/xabacus/distinfo b/games/xabacus/distinfo index d487a645ab05..6c9c2c13b307 100644 --- a/games/xabacus/distinfo +++ b/games/xabacus/distinfo @@ -1,2 +1,2 @@ -SHA256 (xabacus-7.6.8.tar.bz2) = 4443d86755c8edd97446952a7c9cf877de6dff5c15bedab8512d970651e495a6 -SIZE (xabacus-7.6.8.tar.bz2) = 288946 +SHA256 (xabacus-7.7.0.tar.bz2) = 92f138f100a581de9204d5c452f06cdb32f1e43ded60a3c68ca6d3b4e56911eb +SIZE (xabacus-7.7.0.tar.bz2) = 290855 |