blob: 7fa3f0499f62fb661f040c8f04b160e9c1e11d63 (
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
|
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= msynctool
PORTVERSION= 0.22
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= webmaster@kibab.com
COMMENT= A command line client for the OpenSync framework
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
CONFLICTS= osynctool-[0-9]*
USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= convcard.1 ${PORTNAME}.1
PLIST_FILES= bin/convtest \
bin/convcard \
bin/${PORTNAME}
NO_STAGE= yes
.include <bsd.port.mk>
|