diff options
Diffstat (limited to 'devel/sltdl')
-rw-r--r-- | devel/sltdl/Makefile | 17 | ||||
-rw-r--r-- | devel/sltdl/distinfo | 3 | ||||
-rw-r--r-- | devel/sltdl/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/sltdl/pkg-descr | 1 | ||||
-rw-r--r-- | devel/sltdl/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/sltdl/Makefile b/devel/sltdl/Makefile new file mode 100644 index 000000000000..2f2174cb0635 --- /dev/null +++ b/devel/sltdl/Makefile @@ -0,0 +1,17 @@ +PORTNAME= sltdl +PORTVERSION= 0.5.2 +CATEGORIES= devel +MASTER_SITES= http://dl.midipix.org/${PORTNAME}/ + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Surrogate ltdl implementation +WWW= https://git.foss21.org/cross/sltdl + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING.SLTDL + +HAS_CONFIGURE= yes +USES= tar:xz + +.include <bsd.port.mk> + diff --git a/devel/sltdl/distinfo b/devel/sltdl/distinfo new file mode 100644 index 000000000000..ba57a0b3ca4d --- /dev/null +++ b/devel/sltdl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751008181 +SHA256 (sltdl-0.5.2.tar.xz) = 69877c80476fb0c068c424d7859a73d10c7114dc760d961d1a0dca5604171d0b +SIZE (sltdl-0.5.2.tar.xz) = 36928 diff --git a/devel/sltdl/files/patch-Makefile.in b/devel/sltdl/files/patch-Makefile.in new file mode 100644 index 000000000000..226ca00350ac --- /dev/null +++ b/devel/sltdl/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2025-05-19 18:40:16 UTC ++++ Makefile.in +@@ -173,7 +173,7 @@ include $(PROJECT_DIR)/project/arch.mk + include $(PROJECT_DIR)/project/headers.mk + include $(PROJECT_DIR)/project/common.mk + include $(PROJECT_DIR)/project/arch.mk +-include $(PROJECT_DIR)/project/extras.mk ++#include $(PROJECT_DIR)/project/extras.mk + include $(PROJECT_DIR)/project/overrides.mk + + diff --git a/devel/sltdl/pkg-descr b/devel/sltdl/pkg-descr new file mode 100644 index 000000000000..97e9d55df84d --- /dev/null +++ b/devel/sltdl/pkg-descr @@ -0,0 +1 @@ +surrogate ltdl implementation diff --git a/devel/sltdl/pkg-plist b/devel/sltdl/pkg-plist new file mode 100644 index 000000000000..bed60bdfcdbc --- /dev/null +++ b/devel/sltdl/pkg-plist @@ -0,0 +1,8 @@ +include/sltdl/sltdl.h +include/sltdl/sltdl_api.h +include/sltdl/sltdl_compat.h +lib/libsltdl.a +lib/libsltdl.so +lib/libsltdl.so.0 +lib/libsltdl.so.0.5.2 +libdata/pkgconfig/sltdl.pc |