freebsd-ports/archivers/libdynamite/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

19 lines
428 B
Makefile

PORTNAME= libdynamite
PORTVERSION= 0.1.1
PORTREVISION= 4
CATEGORIES= archivers
MASTER_SITES= SF/synce/Dynamite/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Decompress data compressed with PKWARE Data Compression Library
WWW= https://synce.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
USES= libtool pathfix
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>