blob: c7e2bd9481838351432ffaaa8727284f1b86b9a1 (
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
|
# New ports collection makefile for: msynctool-devel
# Date created: 11 June 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= msynctool
PORTVERSION= 0.36
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
PKGNAMESUFFIX= -devel
MAINTAINER= ports@FreeBSD.org
COMMENT= A command line client for the OpenSync framework
LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
CONFLICTS= msynctool-0.2*
USE_BZIP2= yes
USES= cmake
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|