diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-24 16:25:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-24 16:25:25 +0000 |
commit | 97a89f2013aff56e3663ff99095d06d1aeccdbe3 (patch) | |
tree | 785418099c117e4330feffad22451e8b8e68698f | |
parent | 5ae2a002992c732e8b9a889ecfca3b96b2ddda4c (diff) |
Notes
-rw-r--r-- | games/openyahtzee/Makefile | 16 | ||||
-rw-r--r-- | games/openyahtzee/distinfo | 4 | ||||
-rw-r--r-- | games/openyahtzee/pkg-plist | 4 |
3 files changed, 16 insertions, 8 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 1a4d90c861a8..7c53c8e24e09 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -6,20 +6,32 @@ # PORTNAME= openyahtzee -PORTVERSION= 1.9 -PORTREVISION= 2 +PORTVERSION= 1.9.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Full-featured classic dice game Yahtzee +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:${PORTSDIR}/devel/boost-libs + USE_BZIP2= yes +USE_GCC= 4.4+ USE_WX= 2.8+ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAN6= openyahtzee.6 +PLIST_FILES= bin/openyahtzee \ + share/applications/openyahtzee.desktop \ + share/pixmaps/openyahtzee.png +PLIST_DIRSTRY= share/applications + .include <bsd.port.mk> diff --git a/games/openyahtzee/distinfo b/games/openyahtzee/distinfo index 35f222afb8db..11ce4d691121 100644 --- a/games/openyahtzee/distinfo +++ b/games/openyahtzee/distinfo @@ -1,2 +1,2 @@ -SHA256 (openyahtzee-1.9.tar.bz2) = 9d923dc14906aed39d9fa9d9c40eaa2d977d2d8aadae85836e7412712c93d8e1 -SIZE (openyahtzee-1.9.tar.bz2) = 850969 +SHA256 (openyahtzee-1.9.1.tar.bz2) = aa553a248d30ba259abb8dee735d5728bfdbb8d4705805bc716453245f1cb0a0 +SIZE (openyahtzee-1.9.1.tar.bz2) = 159149 diff --git a/games/openyahtzee/pkg-plist b/games/openyahtzee/pkg-plist deleted file mode 100644 index 3a017784baa0..000000000000 --- a/games/openyahtzee/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/openyahtzee -share/applications/openyahtzee.desktop -share/pixmaps/openyahtzee.png -@dirrmtry share/applications |