freebsd-ports/deskutils/libopensync-plugin-python/Makefile
Marcus von Appen e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00

20 lines
513 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 python tar:bzip2
GNU_CONFIGURE= yes
.include <bsd.port.mk>