7a41167f51
- Add license (LGPL21) - Change WWW - Recreate pkg-plist with make makeplist
26 lines
555 B
Makefile
26 lines
555 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sexy
|
|
PORTVERSION= 0.1.9
|
|
PORTREVISION= 6
|
|
DISTVERSIONPREFIX= python-
|
|
CATEGORIES= x11-toolkits python
|
|
MASTER_SITES= http://releases.chipx86.com/libsexy/sexy-python/ \
|
|
CENKES
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nemysis@FreeBSD.org
|
|
COMMENT= Libsexy bindings for Python
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= pygtk2
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|