mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ec94e4d5eb
- ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
27 lines
587 B
Makefile
27 lines
587 B
Makefile
# 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]*
|
|
|
|
USES= pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/convtest \
|
|
bin/convcard \
|
|
bin/${PORTNAME} \
|
|
man/man1/convcard.1.gz \
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|