mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1ed0d63d23
2: switch to USES=libtool. 3: bump version. Approved by: portmgr@
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# Created by: Alex Samorukov <samm@os2.kiev.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libopensync-plugin-file
|
|
PORTVERSION= 0.22
|
|
PORTREVISION= 1
|
|
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= libopensync.so:${PORTSDIR}/devel/libopensync022
|
|
|
|
USES= pkgconfig tar:bzip2 libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|