mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0.8
- Add LICENSE
This commit is contained in:
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
|
@ -2,23 +2,25 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= sol
|
PORTNAME= sol
|
||||||
PORTVERSION= 1.0.7
|
PORTVERSION= 1.0.8
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Solitaire card game for X Window System
|
COMMENT= Solitaire card game for X Window System
|
||||||
|
|
||||||
LIB_DEPENDS= libshhopt.so.1:devel/libshhopt \
|
LICENSE= ART10
|
||||||
libshhmsg.so.1:devel/libshhmsg \
|
|
||||||
libxalloc.so.1:devel/libxalloc \
|
LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw \
|
||||||
libshhcards.so.1:games/libshhcards
|
libshhcards.so:games/libshhcards \
|
||||||
|
libshhmsg.so:devel/libshhmsg \
|
||||||
|
libshhopt.so:devel/libshhopt \
|
||||||
|
libxalloc.so:devel/libxalloc
|
||||||
|
|
||||||
CONFLICTS= gnome-games-*
|
CONFLICTS= gnome-games-*
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
USE_XORG= xpm x11 xaw
|
USE_XORG= ice sm x11 xext xmu xpm xt
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (sol-1.0.7.tar.gz) = ad8eebf93408b2bded3a68440e98dcb8a05434532fe3301d7a18136ec4819607
|
TIMESTAMP = 1494621752
|
||||||
SIZE (sol-1.0.7.tar.gz) = 32597
|
SHA256 (sol-1.0.8.tar.gz) = 2e1e8bf4b8636e77e63db956d6da0da873f024059ec0273615940470af94bf10
|
||||||
|
SIZE (sol-1.0.8.tar.gz) = 34499
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
--- Makefile.old Mon Aug 26 10:37:17 2002
|
--- Makefile.orig 2017-04-29 20:57:57 UTC
|
||||||
+++ Makefile Mon Aug 26 10:39:35 2002
|
+++ Makefile
|
||||||
@@ -13,9 +13,8 @@
|
@@ -13,10 +13,8 @@ COMPILED_BY = `whoami`
|
||||||
# Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11?
|
# Where are shhmsg, shhopt, xalloc, shhcards, Xpm and X11?
|
||||||
|
|
||||||
# GNU/Linux at home
|
# GNU/Linux at home
|
||||||
-INCDIR = -I/usr/local/include -I/usr/X11R6/include \
|
-INCDIR = -I/usr/local/include -I/usr/X11R6/include \
|
||||||
- -I/usr/local/include/X11
|
- -I/usr/local/include/X11 -I/opt/X11/include
|
||||||
-LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11
|
-LIBDIR = -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib/X11 \
|
||||||
|
- -L/opt/X11/lib
|
||||||
+INCDIR = -I${LOCALBASE}/include
|
+INCDIR = -I${LOCALBASE}/include
|
||||||
+LIBDIR = -L${LOCALBASE}/lib
|
+LIBDIR = -L${LOCALBASE}/lib
|
||||||
EXTRA_LIBS = -lSM -lICE
|
EXTRA_LIBS = -lSM -lICE
|
||||||
|
|
||||||
# Irix at Ifi
|
# Irix at Ifi
|
||||||
@@ -54,18 +53,18 @@
|
@@ -55,18 +53,18 @@ EXTRA_LIBS = -liberty
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# DEC Alpha at USIT
|
# DEC Alpha at USIT
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
#INSTLIBDIR = /hom/sverrehu/lib
|
#INSTLIBDIR = /hom/sverrehu/lib
|
||||||
#INSTBINDIR = /hom/sverrehu/bin/$$HOSTTYPE
|
#INSTBINDIR = /hom/sverrehu/bin/$$HOSTTYPE
|
||||||
#INSTMANDIR = /hom/sverrehu/man/man6
|
#INSTMANDIR = /hom/sverrehu/man/man6
|
||||||
@@ -85,11 +84,11 @@
|
@@ -86,11 +84,11 @@ DEFINES = -DVERSION=\"$(VERSION)\" \
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue