aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/libdynamite/Makefile
blob: 693501480550a5e0c480413d38fabe4cecaf9e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
MASTER_SITE_SUBDIR= synce

MAINTAINER= avl@FreeBSD.org
COMMENT=    Decompress data compressed with PKWARE Data Compression Library

MAKE_JOBS_SAFE= yes

USE_AUTOTOOLS=  libtool:22
GNU_CONFIGURE=  yes
USE_GNOME=  gnomehack
USE_LDCONFIG=   yes

MAN1=       dynamite.1

.include <bsd.port.mk>