Edit

IABSD.fr/ports/sysutils/psftools/Makefile

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2017-09-13 08:23:53
    Hash : 5e149a90
    Message : Prevent portroach from checking updates for psftools. Server returns HTTP 300 status code (Multiple Choices) which tricks portroach into believing there is always a new version.

  • sysutils/psftools/Makefile
  • # $OpenBSD: Makefile,v 1.3 2017/09/13 08:23:53 fcambus Exp $
    
    PORTROACH =	ignore:1
    
    COMMENT =	conversion tools for .PSF fonts
    
    DISTNAME =	psftools-1.0.10
    SHARED_LIBS +=	psf	0.0	# 1.1
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	http://www.seasip.info/Unix/PSF/
    
    MAINTAINER =	Frederic Cambus <fcambus@openbsd.org>
    
    # GPLv2+
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB +=	c
    
    MASTER_SITES =	${HOMEPAGE}
    
    CONFIGURE_STYLE = gnu
    
    USE_GMAKE =	Yes
    
    .include <bsd.port.mk>