aboutsummaryrefslogtreecommitdiff
path: root/games/libshhcards
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-01 02:22:54 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-01 02:22:54 +0000
commite8d29fbac2d47f721c921736b336bd3ada52e4b1 (patch)
treea8401dcf24bc47a9fbcd9785df458874508de414 /games/libshhcards
parent8f8fb4d9ff675adc6a6582ff9bb7bfcb75902c04 (diff)
downloadports-e8d29fbac2d47f721c921736b336bd3ada52e4b1.tar.gz
ports-e8d29fbac2d47f721c921736b336bd3ada52e4b1.zip
Update to version 1.0.4.
PR: 11375 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18265
Diffstat (limited to 'games/libshhcards')
-rw-r--r--games/libshhcards/Makefile32
-rw-r--r--games/libshhcards/distinfo2
-rw-r--r--games/libshhcards/files/patch-aa4
-rw-r--r--games/libshhcards/pkg-comment2
4 files changed, 23 insertions, 17 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile
index 701a829d3818..4cb22b772f81 100644
--- a/games/libshhcards/Makefile
+++ b/games/libshhcards/Makefile
@@ -1,24 +1,26 @@
# New ports collection makefile for: libshhcards
-# Version required: 1.0.3
+# Version required: 1.0.4
# Date created: 12 April 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.5 1998/11/14 09:43:13 asami Exp $
+# $Id: Makefile,v 1.6 1998/11/28 09:05:01 asami Exp $
#
-DISTNAME= shhcards-1.0.3
-PKGNAME= libshhcards-1.0.3
-CATEGORIES= devel
-MASTER_SITES= http://www.computas.no/users/shh/pub-unix/files/ \
- http://www.freebsd.org/~mph/distfiles/
+DISTNAME= shhcards-1.0.4
+PKGNAME= libshhcards-1.0.4
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ http://home.sol.no/~sverrehu/pub-unix/files/ \
+ http://www.freebsd.org/~mph/distfiles/
+MASTER_SITE_SUBDIR= libs/ui
-MAINTAINER= andy@icc.surw.chel.su
+MAINTAINER= andy@icc.surw.chel.su
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-SOLIB= libshhcards.so
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+SOLIB= libshhcards.so
.include <bsd.port.pre.mk>
@@ -32,9 +34,13 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include
@ ${INSTALL_DATA} ${WRKSRC}/${SOLIB}.${SOVERSION} ${PREFIX}/lib
@ ${LN} -sf ${SOLIB}.${SOVERSION} ${PREFIX}/lib/${SOLIB}
+ @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+post-install:
+.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/libshhcards
@ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards
- @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+.endif
.include <bsd.port.post.mk>
diff --git a/games/libshhcards/distinfo b/games/libshhcards/distinfo
index 7bc34464eaa7..cd32a54ab40d 100644
--- a/games/libshhcards/distinfo
+++ b/games/libshhcards/distinfo
@@ -1 +1 @@
-MD5 (shhcards-1.0.3.tar.gz) = c6f9161e096e8102b930e2b9e6d1796f
+MD5 (shhcards-1.0.4.tar.gz) = 1882a80484d883a78b9b7ce94ab0afa6
diff --git a/games/libshhcards/files/patch-aa b/games/libshhcards/files/patch-aa
index bb5325972bba..1c57127c01c8 100644
--- a/games/libshhcards/files/patch-aa
+++ b/games/libshhcards/files/patch-aa
@@ -1,11 +1,11 @@
--- Makefile.orig Sun Mar 23 03:02:53 1997
+++ Makefile Wed Sep 30 23:28:35 1998
@@ -1,14 +1,17 @@
- # $Id: patch-aa,v 1.3 1998/10/01 06:09:01 steve Exp $
+ # $Id: patch-aa,v 1.4 1999/01/10 17:21:34 simokawa Exp $
DIST = shhcards
VERMAJ = 1
-VERMIN = 0
--VERPAT = 3
+-VERPAT = 4
-VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
+VERMIN = 1
+ifeq ($(PORTOBJFORMAT),elf)
diff --git a/games/libshhcards/pkg-comment b/games/libshhcards/pkg-comment
index 7934653a84be..756f065d1dcc 100644
--- a/games/libshhcards/pkg-comment
+++ b/games/libshhcards/pkg-comment
@@ -1 +1 @@
-library for displaying game cards on X11.
+Library for displaying game cards on X Window System.