- Update to 1.0.8

- Add LICENSE
This commit is contained in:
Emanuel Haupt 2017-05-12 21:08:20 +00:00
parent d82137e4aa
commit 22d85ee38e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440715
3 changed files with 22 additions and 18 deletions

View file

@ -2,23 +2,25 @@
# $FreeBSD$
PORTNAME= sol
PORTVERSION= 1.0.7
PORTREVISION= 5
PORTVERSION= 1.0.8
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Solitaire card game for X Window System
LIB_DEPENDS= libshhopt.so.1:devel/libshhopt \
libshhmsg.so.1:devel/libshhmsg \
libxalloc.so.1:devel/libxalloc \
libshhcards.so.1:games/libshhcards
LICENSE= ART10
LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw \
libshhcards.so:games/libshhcards \
libshhmsg.so:devel/libshhmsg \
libshhopt.so:devel/libshhopt \
libxalloc.so:devel/libxalloc
CONFLICTS= gnome-games-*
USES= gmake
USE_XORG= xpm x11 xaw
USE_XORG= ice sm x11 xext xmu xpm xt
OPTIONS_DEFINE= DOCS

View file

@ -1,2 +1,3 @@
SHA256 (sol-1.0.7.tar.gz) = ad8eebf93408b2bded3a68440e98dcb8a05434532fe3301d7a18136ec4819607
SIZE (sol-1.0.7.tar.gz) = 32597
TIMESTAMP = 1494621752
SHA256 (sol-1.0.8.tar.gz) = 2e1e8bf4b8636e77e63db956d6da0da873f024059ec0273615940470af94bf10
SIZE (sol-1.0.8.tar.gz) = 34499

View file

@ -1,18 +1,19 @@
--- Makefile.old Mon Aug 26 10:37:17 2002
+++ Makefile Mon Aug 26 10:39:35 2002
@@ -13,9 +13,8 @@
--- Makefile.orig 2017-04-29 20:57:57 UTC
+++ Makefile
@@ -13,10 +13,8 @@ COMPILED_BY = `whoami`
# Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11?
# GNU/Linux at home
-INCDIR = -I/usr/local/include -I/usr/X11R6/include \
- -I/usr/local/include/X11
-LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11
+INCDIR = -I${LOCALBASE}/include
+LIBDIR = -L${LOCALBASE}/lib
- -I/usr/local/include/X11 -I/opt/X11/include
-LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11 \
- -L/opt/X11/lib
+INCDIR = -I${LOCALBASE}/include
+LIBDIR = -L${LOCALBASE}/lib
EXTRA_LIBS = -lSM -lICE
# Irix at Ifi
@@ -54,18 +53,18 @@
@@ -55,18 +53,18 @@ EXTRA_LIBS = -liberty
endif
# DEC Alpha at USIT
@ -39,7 +40,7 @@
#INSTLIBDIR = /hom/sverrehu/lib
#INSTBINDIR = /hom/sverrehu/bin/$$HOSTTYPE
#INSTMANDIR = /hom/sverrehu/man/man6
@@ -85,11 +84,11 @@
@@ -86,11 +84,11 @@ DEFINES = -DVERSION=\"$(VERSION)\" \
###########################################################################