blob: 6166ee96fa69524c084fd5a7d82c9f5cc24c8055 (
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
|
# 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= ports@logvinov.com
COMMENT= Decompress data compressed with PKWARE Data Compression Library
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget
USE_LDCONFIG= yes
MAN1= dynamite.1
.include <bsd.port.mk>
|