1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/deskutils/msynctool/Makefile

27 lines
587 B
Makefile
Raw Normal View History

2013-09-02 19:55:48 +00:00
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= msynctool
PORTVERSION= 0.22
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= webmaster@kibab.com
COMMENT= Command line client for the OpenSync framework
LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
CONFLICTS= osynctool-[0-9]*
2014-06-14 03:35:32 +00:00
USES= pkgconfig tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/convtest \
bin/convcard \
2014-06-14 03:35:32 +00:00
bin/${PORTNAME} \
man/man1/convcard.1.gz \
man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>