05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
19 lines
428 B
Makefile
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>
|