forked from Lainports/freebsd-ports
- Update to 0.1.1. - Project has been renamed. PR: ports/123941 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Repocopy by: marcus
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# 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>
|