1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/archivers/libdynamite/Makefile
2021-04-06 16:31:07 +02:00

21 lines
443 B
Makefile

# Created by: Sam Lawrance <boris@brooknet.com.au>
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
USES= libtool pathfix
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>