1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/pyside-tools/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
714 B
Makefile

# Created by: Nicola Vitale <nivit@mnemosine.domo.sva>
# $FreeBSD$
PORTNAME= pyside-tools
PORTVERSION= 0.2.15
CATEGORIES= devel
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for creating PySide applications
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= multi
BUILD_DEPENDS= pyside${PYTHON_PKGNAMESUFFIX}>=1.0.9:devel/pyside
LIB_DEPENDS= libshiboken-${PYTHON_VERSION}.so:devel/shiboken
RUN_DEPENDS= pyside${PYTHON_PKGNAMESUFFIX}>=1.0.9:devel/pyside
USE_GITHUB= yes
GH_ACCOUNT= PySide
GH_PROJECT= Tools
NO_ARCH= yes
USES= cmake python:2 shebangfix
SHEBANG_FILES= pyside-uic pysideuic/icon_cache.py
USE_QT4= moc_build qmake_build rcc_build uic_build
.include <bsd.port.mk>