mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e2af7157c5
take MAINTAINER feedback and OK sthen@
36 lines
744 B
Makefile
36 lines
744 B
Makefile
COMMENT = library to access to storage media devices
|
|
|
|
VERSION = 20240505
|
|
DISTNAME = libsmdev-alpha-${VERSION}
|
|
PKGNAME = ${DISTNAME:S/-alpha//}
|
|
|
|
SHARED_LIBS += smdev 0.1 # 1.0
|
|
|
|
CATEGORIES = sysutils security
|
|
|
|
HOMEPAGE = https://github.com/libyal/libsmdev/wiki
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
SITES = https://github.com/libyal/libsmdev/releases/download/${VERSION}/
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = ${MODPY_WANTLIB}
|
|
WANTLIB += c iconv intl m pthread util
|
|
|
|
BUILD_DEPENDS += devel/gettext,-tools \
|
|
devel/py-setuptools
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += --enable-python
|
|
|
|
WRKDIST = ${WRKDIR}/${PKGNAME}
|
|
|
|
MODULES += lang/python
|
|
|
|
TEST_DEPENDS += shells/bash
|
|
|
|
.include <bsd.port.mk>
|