diff options
Diffstat (limited to 'devel/sltdl/Makefile')
-rw-r--r-- | devel/sltdl/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/sltdl/Makefile b/devel/sltdl/Makefile new file mode 100644 index 000000000000..d6bc51ddee29 --- /dev/null +++ b/devel/sltdl/Makefile @@ -0,0 +1,17 @@ +PORTNAME= sltdl +PORTVERSION= 0.5.0 +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> + |