blob: 51cd8f61a247d8f9b015f7a594941f9720eadc0e (
plain) (
tree)
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= sexy
PORTVERSION= 0.1.9
PORTREVISION= 8
DISTVERSIONPREFIX= python-
CATEGORIES= x11-toolkits python
MASTER_SITES= http://releases.chipx86.com/libsexy/sexy-python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= horia@racoviceanu.com
COMMENT= Libsexy bindings for Python
LICENSE= LGPL21
LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy
USES= libtool pkgconfig python
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|