diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-25 00:25:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-25 00:25:25 +0800 |
commit | a0d5d0359347fd51ecc81a37b286d7a30d87f250 (patch) | |
tree | 362b3543cc4a9591100aab7e71c094b532e841c9 /games | |
parent | 989f2ee3270ffae2d5dcba8ed5285732301f483e (diff) | |
download | freebsd-ports-gnome-a0d5d0359347fd51ecc81a37b286d7a30d87f250.tar.gz freebsd-ports-gnome-a0d5d0359347fd51ecc81a37b286d7a30d87f250.tar.zst freebsd-ports-gnome-a0d5d0359347fd51ecc81a37b286d7a30d87f250.zip |
- Update to version 1.9.1
PR: 166029
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'games')
-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 |