freebsd-ports/archivers/libdynamite/Makefile

26 lines
500 B
Makefile
Raw Normal View History

# New ports collection makefile for: dynamite
# Date Created: 10 January 2005
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#
PORTNAME= libdynamite
PORTVERSION= 0.1.1
CATEGORIES= archivers
MASTER_SITES= SF/synce/Dynamite/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Decompress data compressed with PKWARE Data Compression Library
MAKE_JOBS_SAFE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USES= pathfix
2007-04-10 06:19:53 +02:00
USE_LDCONFIG= yes
MAN1= dynamite.1
2007-04-10 06:19:53 +02:00
.include <bsd.port.mk>