Files
ports/comms/libconcord/Makefile
Rene Ladan 3f55f50337 */*: return shurd's ports to the pool ...
... after safekeeping his commit bit.

With hat:	portmgr-secretary
2021-06-07 19:36:24 +02:00

26 lines
580 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
PORTNAME= libconcord
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= SF/concordance/concordance/${PORTVERSION}
DISTNAME= concordance-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Logitech Harmony configuration library
LICENSE= GPLv2
LIB_DEPENDS= libhidapi.so:comms/hidapi \
libzip.so:archivers/libzip
USE_LDCONFIG= yes
USES= tar:bzip2 libtool pkgconfig shared-mime-info
WRKSRC_SUBDIR= libconcord
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>