forked from Lainports/freebsd-ports
19 lines
438 B
Makefile
19 lines
438 B
Makefile
# Created by: Alex Samorukov <samm@os2.kiev.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libopensync-plugin-file
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
|
|
|
MAINTAINER= samm@os2.kiev.ua
|
|
COMMENT= File-Sync plugin for the opensync framework
|
|
|
|
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
|
|
|
|
USES= pkgconfig
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|