blob: 4ab0df27703f996a9cd849dc09265bc8eb9ca189 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
#
PORTNAME= libopensync-plugin-sunbird
PORTVERSION= 0.22
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sunbird plugin for the OpenSync framework
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \
neon.27:${PORTSDIR}/www/neon29
USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20 libxml2
PORTDOCS= AUTHORS COPYING ChangeLog README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
|