mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
26 lines
508 B
Makefile
26 lines
508 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/synce/Dynamite/${PORTVERSION}
|
|
|
|
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>
|