mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
704488c34f
Approved by: portmgr blanket
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libopensync-plugin-python
|
|
PORTVERSION= 0.22
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
|
|
|
MAINTAINER= webmaster@kibab.com
|
|
COMMENT= Python plugin for the OpenSync framework
|
|
|
|
LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
|
|
|
|
CONFLICTS= libopensync-plugin-python-devel-[0-9]*
|
|
|
|
USES= libtool pkgconfig tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|