blob: 5b9b72e42b14e1d0742ab6350c4681c658cb767b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libical-glib
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Introspection bindings for libical
LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical
USES= compiler:c11 gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET=install-strip
.include <bsd.port.mk>
|