diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-06 18:47:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-06 18:47:37 +0000 |
commit | 5164ae4ece75a4435b97839261951a974d3a2689 (patch) | |
tree | 62e62aeaa6fd991182d0f0c4cb47f5f9bdebadf7 /games | |
parent | 5d79a3c9b10194d907fab054abd2c303dc5dd4c9 (diff) | |
download | ports-5164ae4ece75a4435b97839261951a974d3a2689.tar.gz ports-5164ae4ece75a4435b97839261951a974d3a2689.zip |
Add bygfoot, a football (a.k.a. soccer) management game. Bygfoot allows you to
manage a team by training the players, buying and selling them, contracting
loans, maintaining the stadium, etc.
Notes
Notes:
svn path=/head/; revision=113087
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/bygfoot/Makefile | 27 | ||||
-rw-r--r-- | games/bygfoot/distinfo | 2 | ||||
-rw-r--r-- | games/bygfoot/pkg-descr | 9 | ||||
-rw-r--r-- | games/bygfoot/pkg-plist | 33 |
5 files changed, 72 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index f99ea1ac107a..6b737e799a40 100644 --- a/games/Makefile +++ b/games/Makefile @@ -60,6 +60,7 @@ SUBDIR += bugsquish SUBDIR += bugsx SUBDIR += burgerspace + SUBDIR += bygfoot SUBDIR += bzflag SUBDIR += cardpics SUBDIR += cgoban diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile new file mode 100644 index 000000000000..39e875b7876f --- /dev/null +++ b/games/bygfoot/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: bygfoot +# Date created: 6th July 2004 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bygfoot +PORTVERSION= 1.4.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pav@FreeBSD.org +COMMENT= Football (soccer) management game + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= gtk20 gnometarget +USE_REINPLACE= yes +USE_X_PREFIX= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|;;|;|' ${WRKSRC}/src/windows.c + +.include <bsd.port.mk> diff --git a/games/bygfoot/distinfo b/games/bygfoot/distinfo new file mode 100644 index 000000000000..1e2e80884c60 --- /dev/null +++ b/games/bygfoot/distinfo @@ -0,0 +1,2 @@ +MD5 (bygfoot-1.4.0.tar.bz2) = 6605c8d1fd3b02ef18934b4f2b268d9e +SIZE (bygfoot-1.4.0.tar.bz2) = 248144 diff --git a/games/bygfoot/pkg-descr b/games/bygfoot/pkg-descr new file mode 100644 index 000000000000..9a7e90cf07a9 --- /dev/null +++ b/games/bygfoot/pkg-descr @@ -0,0 +1,9 @@ +Bygfoot is a football (a.k.a. soccer) management game. Bygfoot allows you to +manage a team by training the players, buying and selling them, contracting +loans, maintaining the stadium, etc. You can be promoted or relegated, even +become a champion. It includes a "team editor" which you can use to create your +own teams or edit the existing ones. The game is deliberately kept simple +(though not easy): you only have to keep one eye at your players and another +at your stadium. + +WWW: http://bygfoot.sourceforge.net/ diff --git a/games/bygfoot/pkg-plist b/games/bygfoot/pkg-plist new file mode 100644 index 000000000000..7476c8a95898 --- /dev/null +++ b/games/bygfoot/pkg-plist @@ -0,0 +1,33 @@ +bin/bygfoot +share/bygfoot/support_files/bygfoot_icon.png +share/bygfoot/support_files/bygfoot_team_editor_icon.png +share/bygfoot/support_files/fin_stad.png +share/bygfoot/support_files/flag_br.png +share/bygfoot/support_files/flag_de.png +share/bygfoot/support_files/flag_eng.png +share/bygfoot/support_files/flag_es.png +share/bygfoot/support_files/flag_fr.png +share/bygfoot/support_files/flag_it.png +share/bygfoot/support_files/flag_pl.png +share/bygfoot/support_files/flag_ro.png +share/bygfoot/support_files/get_loan.png +share/bygfoot/support_files/inc_cap.png +share/bygfoot/support_files/inc_saf.png +share/bygfoot/support_files/new_week.png +share/bygfoot/support_files/pay_loan.png +share/bygfoot/support_files/preview.png +share/bygfoot/support_files/text_files/country_br +share/bygfoot/support_files/text_files/country_de +share/bygfoot/support_files/text_files/country_eng +share/bygfoot/support_files/text_files/country_es +share/bygfoot/support_files/text_files/country_fr +share/bygfoot/support_files/text_files/country_it +share/bygfoot/support_files/text_files/country_pl +share/bygfoot/support_files/text_files/country_ro +share/bygfoot/support_files/text_files/help +share/bygfoot/support_files/text_files/player_names +share/bygfoot/support_files/text_files/teams +share/bygfoot/support_files/transfers.png +@dirrm share/bygfoot/support_files/text_files +@dirrm share/bygfoot/support_files +@dirrm share/bygfoot |