1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/libcapn/Makefile
Sunpoet Po-Chuan Hsieh 78faace909 - Add libcapn 1.0.0 Beta 3
libcapn is a C Library to interact with the Apple Push Notification Service
using simple and intuitive API. With the library you can easily send push
notifications to iOS and Mac OS X devices.

WWW: http://libcapn.org/

PR:		ports/186936
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-02-23 15:21:17 +00:00

25 lines
445 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= libcapn
PORTVERSION= 1.0.0.b3
CATEGORIES= net
MAINTAINER= gasol.wu@gmail.com
COMMENT= C Library to interact with Apple Push Notification Service
LICENSE= MIT
LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson
USE_GITHUB= yes
GH_ACCOUNT= adobkin
GH_TAGNAME= 1.0.0beta3
GH_COMMIT= 050dfd8
USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DOS_FREEBSD=yes
.include <bsd.port.mk>