20 lines
465 B
Makefile
20 lines
465 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libical-glib
|
|
PORTVERSION= 1.0.2
|
|
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>
|