freebsd-ports/misc/py-icoextract/Makefile
Chris Rees b9be9ee1c2 misc/py-icoextract: New port
icoextract is an icon extractor for Windows PE files (.exe/.dll),
written in Python. It also includes a thumbnailer script
(exe-thumbnailer) for Linux desktops.

This project is inspired by extract-icon-py, icoutils,
and others.

icoextract aims to be:

    Lightweight
    Portable (cross-platform)
    Fast on large files
2023-03-24 12:13:08 +00:00

20 lines
459 B
Makefile

PORTNAME= icoextract
PORTVERSION= 0.1.4
CATEGORIES= misc
MASTER_SITES= GH
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= crees@FreeBSD.org
COMMENT= Extract icons from Windows EXE and DLL files
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pefile>0:devel/py-pefile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= jlu5
.include <bsd.port.mk>