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