diff options
-rw-r--r-- | games/openyahtzee/Makefile | 10 | ||||
-rw-r--r-- | games/openyahtzee/distinfo | 6 | ||||
-rw-r--r-- | games/openyahtzee/pkg-plist | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index dc2b7feb82a6..1d052bdde188 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -5,9 +5,8 @@ # $FreeBSD$ # -PORTNAME= OpenYahtzee -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTNAME= openyahtzee +PORTVERSION= 1.8.1 CATEGORIES= games MASTER_SITES= SF @@ -17,14 +16,13 @@ COMMENT= Full-featured classic dice game Yahtzee GNU_CONFIGURE= yes USE_WX= yes USE_SQLITE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MISSING="${TRUE} " -PLIST_FILES= bin/${PORTNAME:L} post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' ${WRKSRC}/Makefile.in\ + ${WRKSRC}/src/Makefile.in # @${REINPLACE_CMD} -e '/am_missing_run=/s|=.*|="${TRUE} "|' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/games/openyahtzee/distinfo b/games/openyahtzee/distinfo index 80b43a9c759b..5ba09f9cc91f 100644 --- a/games/openyahtzee/distinfo +++ b/games/openyahtzee/distinfo @@ -1,3 +1,3 @@ -MD5 (OpenYahtzee-1.7.tar.gz) = c31ee4720e6b530091d56bca749304ec -SHA256 (OpenYahtzee-1.7.tar.gz) = dcd6088b07acaaeb88bb0a0bc72d12d716a01ac9a748cfd1a88d5aec25918cb3 -SIZE (OpenYahtzee-1.7.tar.gz) = 362227 +MD5 (openyahtzee-1.8.1.tar.gz) = d5dbdbd28f30e312068ace6550f04358 +SHA256 (openyahtzee-1.8.1.tar.gz) = e4554611ec1ed057309ba95d838e1498673df97f337ab84ee8f31535231ecb15 +SIZE (openyahtzee-1.8.1.tar.gz) = 382141 diff --git a/games/openyahtzee/pkg-plist b/games/openyahtzee/pkg-plist new file mode 100644 index 000000000000..3a017784baa0 --- /dev/null +++ b/games/openyahtzee/pkg-plist @@ -0,0 +1,4 @@ +bin/openyahtzee +share/applications/openyahtzee.desktop +share/pixmaps/openyahtzee.png +@dirrmtry share/applications |