freebsd-ports/deskutils/libopensync-plugin-python/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

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