Edit

IABSD.fr/ports/sysutils/psftools/Makefile

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2021-02-15 12:51:07
    Hash : 9460c6c6
    Message : Update psftools to 1.1.1.

  • sysutils/psftools/Makefile
  • # $OpenBSD: Makefile,v 1.13 2021/02/15 12:51:07 fcambus Exp $
    
    PORTROACH =	ignore:1
    
    COMMENT =	conversion tools for .PSF fonts
    
    DISTNAME =	psftools-1.1.1
    SHARED_LIBS +=	psf	0.1	# 1.2
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://www.seasip.info/Unix/PSF/
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=	c
    
    MASTER_SITES =	https://www.seasip.info/Unix/PSF/
    
    CONFIGURE_STYLE = gnu
    
    USE_GMAKE =	Yes
    
    .include <bsd.port.mk>