Edit

IABSD.fr/ports/games/hackdata/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:45:45
    Hash : 484cf3de
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • games/hackdata/Makefile
  • # $OpenBSD: Makefile,v 1.18 2019/07/12 20:46:19 sthen Exp $
    
    COMMENT =	common data for the nethack/slash ports
    V =		3.6.0
    DISTNAME =	nethack-$V
    PKGNAME =	hackdata-$V
    CATEGORIES =	games
    
    MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=nethack/} \
    		ftp://ftp.nethack.org/pub/nethack/nh${V:S/.//g}/src/ \
    		ftp://ftp.uu.net/pub/games/nethack/sources/ \
    		${MASTER_SITE_GNU:=nethack/}
    DISTFILES =	nethack-${V:S/.//g}-src.tgz
    
    MAINTAINER =	Marc Espie <espie@openbsd.org>
    
    #		GPL
    PERMIT_PACKAGE =	Yes
    
    EXTRACT_ONLY =
    
    post-extract:
    	@cd ${WRKDIR} && ${TAR} zxqf ${FULLDISTDIR}/${DISTFILES} \
    	nethack-$V/win/X11/ibm.bdf \
    	nethack-$V/win/X11/nh10.bdf \
    
    do-build:
    	cd ${WRKSRC}/win/X11 && \
    	${X11BASE}/bin/bdftopcf ibm.bdf | /usr/bin/gzip > ibm.pcf.gz && \
    	${X11BASE}/bin/bdftopcf nh10.bdf | /usr/bin/gzip > nh10.pcf.gz
    
    NO_TEST=	Yes
    
    do-install:
    	@${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/hack
    	${INSTALL_DATA} ${WRKSRC}/win/X11/ibm.pcf.gz ${PREFIX}/share/fonts/hack
    	${INSTALL_DATA} ${WRKSRC}/win/X11/nh10.pcf.gz ${PREFIX}/share/fonts/hack
    
    .include <bsd.port.mk>