From 217ed45bf94757c34f79783b7402354783903558 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 16 Jul 2000 14:31:54 +0000 Subject: - Update MASTER_SITES and WWW: line of pkg/DESCR - Support CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly PR: 19757 Submitted by: Ports Fury --- games/libshhcards/Makefile | 45 ++++++++++++++------------------------------- 1 file changed, 14 insertions(+), 31 deletions(-) (limited to 'games/libshhcards/Makefile') 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 - -.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 +.include -- cgit v1.2.3