mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
73619b158c
- Refresh patch files - Add LICENSE_FILE PR: 201206 Submitted by: gasol.wu@gmail.com (maintainer)
25 lines
494 B
Makefile
25 lines
494 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcapn
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= C Library to interact with Apple Push Notification Service
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= adobkin
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ARGS= -DOS_FREEBSD=yes \
|
|
-DCAPN_INSTALL_PATH_PKGCONFIG=${PREFIX}/libdata/pkgconfig
|
|
|
|
.include <bsd.port.mk>
|