aboutsummaryrefslogblamecommitdiff
path: root/games/xjewel/Makefile
blob: a7d3101d4a2a5e382eb7084c516f97773ef12981 (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
                 
                     
                                     
                      
 
                                
                                        
 
                                             
                                                    
 
                                
                        
 
                                                  
 





                                                                                                              
             
                                        
                                                                   
                                       
 
                           
PORTNAME=	xjewel
PORTVERSION=	1.6
PORTREVISION=	7
CATEGORIES=	games
MASTER_SITES=	XCONTRIB/../R5contrib
EXTRACT_SUFX=	.tar.z

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	X11 dropping jewels game

BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf \
		mkfontscale>=0:x11-fonts/mkfontscale

USES=		fonts imake xorg
USE_XORG=	x11 xext

DESKTOP_ENTRIES="XJewel" "" "" "${PORTNAME}" "" ""

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=int-conversion
.endif

post-install:
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
	(cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} seven_seg.pcf.gz \
		${STAGEDIR}${FONTSDIR})

.include <bsd.port.post.mk>