blob: fe90c6d0c6de5d17f0c1f693cd68c49620d1b2d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= ports@FreeBSD.org
COMMENT= Libsexy bindings for Python
LICENSE= LGPL21
LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy
USES= libtool pkgconfig python:2.7
USE_GNOME= pygtk2
USE_PYTHON= flavors
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|