mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
28 lines
717 B
Makefile
28 lines
717 B
Makefile
# Created by: Nicola Vitale <nivit@mnemosine.domo.sva>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyside-tools
|
|
PORTVERSION= 0.2.15
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
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>
|