Edit

IABSD.fr/ports/graphics/libiptcdata/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2023-11-07 14:19:05
    Hash : 4e66d499
    Message : http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments.

  • graphics/libiptcdata/Makefile
  • COMMENT =		library for manipulating IPTC metadata
    
    DISTNAME =		libiptcdata-1.0.4
    REVISION =		3
    
    SHARED_LIBS +=  iptcdata             0.0      # 3.3
    
    CATEGORIES =		graphics
    
    HOMEPAGE =		https://libiptcdata.sourceforge.net/
    
    # LGPLv2
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c iconv intl
    
    SITES =			${SITE_SOURCEFORGE:=libiptcdata/}
    
    LIB_DEPENDS =		devel/gettext,-runtime
    
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>