[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / misc / libstubborn

File: [local] / ports / misc / libstubborn / Makefile (download)

Revision 1.3, Wed Sep 27 09:52:11 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.2: +1 -1 lines

MASTER_SITES -> SITES

COMMENT =	library of generic stub functions
V =		0.1
DISTNAME =	libstubborn-${V}
SHARED_LIBS =	stubborn	0.0	# 0.1
CATEGORIES =	misc
HOMEPAGE =	https://github.com/rfht/libstubborn
MAINTAINER =	Thomas Frohwein <thfr@openbsd.org>

# ISC
PERMIT_PACKAGE =	Yes
SITES =		https://github.com/rfht/libstubborn/releases/download/${V}/
NO_TEST =		Yes

do-install:
	${INSTALL_DATA} ${WRKBUILD}/libstubborn.so.${LIBstubborn_VERSION} \
		${PREFIX}/lib/

.include <bsd.port.mk>