0d0c38abda
LIB_DEPENDS in deskutils
27 lines
568 B
Makefile
27 lines
568 B
Makefile
# 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= libopensync.so:${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>
|