freebsd-ports/multimedia/libcec/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

32 lines
664 B
Makefile

# Created by: Manuel Creach <manuel.creach@icloud.com>
# $FreeBSD$
PORTNAME= libcec
PORTVERSION= 2.2.0
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSIONSUFFIX= -repack
CATEGORIES= multimedia
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
GNU_CONFIGURE= yes
USES= alias autoreconf pathfix pkgconfig libtool
PATHFIX_MAKEFILEIN=Makefile.am
USE_XORG= x11 xproto xrandr
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.options.mk>
.if ${ARCH} == armv6
CONFIGURE_ARGS= --disable-rpi
.endif
.include <bsd.port.mk>