mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
21 lines
503 B
Makefile
21 lines
503 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libopensync-plugin-python
|
|
PORTVERSION= 0.22
|
|
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= pkgconfig
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|