1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/libpillowfight/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

36 lines
873 B
Makefile

PORTNAME= libpillowfight
DISTVERSION= 0.3.0
CATEGORIES= graphics python
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library containing various image processing algorithms
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= gmake:devel/gmake
TEST_DEPENDS= gmake:devel/gmake \
tox:devel/py-tox@${PY_FLAVOR}
USES= cmake
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org/World
GL_ACCOUNT= OpenPaperwork
GL_COMMIT= dae21f97de872e4ad2e94f1b0fc53302a00259fd
USE_LDCONFIG= yes
TEST_USES= python
PLIST_FILES= include/pillowfight/pillowfight.h \
include/pillowfight/util.h \
lib/libpillowfight.so \
lib/libpillowfight.so.0
pre-configure:
@cd ${WRKSRC} && ${GMAKE} version
do-test: # many tests fail due to various reasons: https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight/issues/18#note_279228
@cd ${WRKSRC} && ${GMAKE} test
.include <bsd.port.mk>