Edit

IABSD.fr/ports/graphics/libdvbpsi/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:22:04
    Hash : af6a7994
    Message : drop RCS Ids

  • graphics/libdvbpsi/Makefile
  • COMMENT=	library for decoding/generating MPEG TS/DVB PSI tables
    
    V=		1.3.3
    DISTNAME=	libdvbpsi-${V}
    CATEGORIES=	devel graphics
    MASTER_SITES=	https://download.videolan.org/pub/libdvbpsi/${V}/
    EXTRACT_SUFX=	.tar.bz2
    
    SHARED_LIBS=	dvbpsi	8.1
    
    HOMEPAGE=	https://www.videolan.org/developers/libdvbpsi.html
    
    MAINTAINER=	Brad Smith <brad@comstyle.com>
    
    # LGPLv2.1+
    PERMIT_PACKAGE=	Yes
    
    CONFIGURE_STYLE= gnu
    
    .include <bsd.port.mk>