summaryrefslogtreecommitdiff
path: root/games/libshhcards/Makefile
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/Makefile
parentUpdate to version 1.0.7. (diff)
Update to version 1.0.4.
PR: 11375 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18265
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r--games/libshhcards/Makefile32
1 files changed, 19 insertions, 13 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>