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