mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to version 1.0.4.
PR: 11375 Submitted by: maintainer
This commit is contained in:
parent
8f8fb4d9ff
commit
e8d29fbac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18265
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (shhcards-1.0.3.tar.gz) = c6f9161e096e8102b930e2b9e6d1796f
|
||||
MD5 (shhcards-1.0.4.tar.gz) = 1882a80484d883a78b9b7ce94ab0afa6
|
||||
|
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
library for displaying game cards on X11.
|
||||
Library for displaying game cards on X Window System.
|
||||
|
Loading…
Reference in New Issue
Block a user