Edit

IABSD.fr/ports/geo/gimgtools/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2015-11-24 09:11:02
    Hash : dd11ff31
    Message : switch distfiles.nl to SSL, setup with security/letsencrypt/client

  • geo/gimgtools/Makefile
  • # $OpenBSD: Makefile,v 1.2 2015/11/24 09:11:04 jasper Exp $
    
    COMMENT=	Garmin Image Tools
    
    DISTNAME=	gimgtools-0.02
    CATEGORIES=	geo
    
    HOMEPAGE=	https://github.com/wuyongzheng/gimgtools
    
    # GPLv2
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=	https://distfiles.nl/
    
    WANTLIB += c m
    
    USE_GMAKE=	Yes
    
    MAKE_ENV +=	CC=${CC} ECFLAGS="${CFLAGS}"
    
    NO_TEST=	Yes
    
    do-install:
    .for g in gimginfo gimgfixcmd gimgxor gimgunlock gimgch gimgextract cmdc
    	${INSTALL_PROGRAM} ${WRKSRC}/$g ${PREFIX}/bin/
    .endfor
    
    .include <bsd.port.mk>