summaryrefslogtreecommitdiff
path: root/games/libshhcards/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-16 14:31:54 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-16 14:31:54 +0000
commit217ed45bf94757c34f79783b7402354783903558 (patch)
treeda504f9b49b4e741a0dee923eab380ffe34bef30 /games/libshhcards/Makefile
parentGKrellM's archive was changed. (diff)
- Update MASTER_SITES and WWW: line of pkg/DESCR
- Support CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly PR: 19757 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=30703
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r--games/libshhcards/Makefile45
1 files changed, 14 insertions, 31 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile
index b43ccaf9f37e..0b2f33962309 100644
--- a/games/libshhcards/Makefile
+++ b/games/libshhcards/Makefile
@@ -5,42 +5,25 @@
# $FreeBSD$
#
-PORTNAME= libshhcards
-PORTVERSION= 1.0.4
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SUNSITE} \
- http://home.sol.no/~sverrehu/pub-unix/files/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= libs/ui mph
-DISTNAME= shhcards-${PORTVERSION}
+PORTNAME= libshhcards
+PORTVERSION= 1.0.4
+CATEGORIES= games
+MASTER_SITES= http://shh.thathost.com/pub-unix/files/
+DISTNAME= shhcards-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-SOLIB= libshhcards.so
-
-.include <bsd.port.pre.mk>
-
-.if ${PORTOBJFORMAT} == "elf"
-SOVERSION= 1
-.else
-SOVERSION= 1.1
-.endif
-
-do-install:
- @ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include
- @ ${INSTALL_DATA} ${WRKSRC}/${SOLIB}.${SOVERSION} ${PREFIX}/lib
- @ ${LN} -sf ${SOLIB}.${SOVERSION} ${PREFIX}/lib/${SOLIB}
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+INSTALLS_SHLIB= yes
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
+ @${MKDIR} ${PREFIX}/share/doc/libshhcards
+ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>