mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
18 lines
424 B
Makefile
18 lines
424 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
|
|
|
|
.include <bsd.port.mk>
|