1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/deskutils/libopensync-plugin-python/Makefile
Dmitry Marakasov 704488c34f - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-19 19:02:59 +00:00

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>