1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/multimedia/libcec/Makefile
Martin Wilke 2ca4195def - Stage support
- Convert to USES
2014-02-03 13:57:46 +00:00

29 lines
613 B
Makefile

# Created by: Manuel Creach <manuel.creach@icloud.com>
# $FreeBSD$
PORTNAME= libcec
PORTVERSION= 2.1.3
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= GH
MAINTAINER= manuel.creach@icloud.com
COMMENT= Library to control Pulse-Eight's HDMI-CEC adapter
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= Pulse-Eight
GH_COMMIT= 54be21e
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
USES= pathfix pkgconfig
PATHFIX_MAKEFILEIN=Makefile.am
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
ACLOCAL_ARGS= -I.
AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
.include <bsd.port.mk>