ports/misc/libstubborn/Makefile

19 lines
462 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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
2023-09-27 17:15:09 +00:00
SITES = https://github.com/rfht/libstubborn/releases/download/${V}/
2023-08-16 22:26:55 +00:00
NO_TEST = Yes
do-install:
${INSTALL_DATA} ${WRKBUILD}/libstubborn.so.${LIBstubborn_VERSION} \
${PREFIX}/lib/
.include <bsd.port.mk>