head	1.10;
access;
symbols
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2008.06.05.20.18.43;	author araujo;	state dead;
branches;
next	1.9;

1.9
date	2008.05.22.19.56.26;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2007.04.10.04.19.53;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2007.02.01.02.41.15;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2007.01.23.08.19.10;	author lawrance;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.03.05.14.01;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.12.13.00.30;	author lawrance;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.12.03.24.47;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.11.08.01.18;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.14.00.09.25;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- Remove archivers/dynamite, project has been renamed to archivers/libdynamite.

PR:		ports/123941
Submitted by:	Alexander Logvinov <ports@@logvinov.com> (maintainer)
Repocopy by:	marcus
@
text
@# New ports collection makefile for:	dynamite
# Date Created:				10 January 2005
# Whom:					Sam Lawrance <boris@@brooknet.com.au>
#
# $FreeBSD: ports/archivers/dynamite/Makefile,v 1.9 2008/05/22 19:56:26 tabthorpe Exp $
#

PORTNAME=	dynamite
PORTVERSION=	0.1
CATEGORIES=	archivers
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
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=	gnometarget
USE_LDCONFIG=	yes

.include <bsd.port.mk>
@


1.9
log
@- Pass maintainership to submitter

PR:		ports/123886
Submitted by:	Alexander Logvinov <ports@@logvinov.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- minor fixes to make portlint happier
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@Use libtool port instead of included version to avoid objformat a.out botch
@
text
@d19 2
a20 2
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB=	yes
d22 1
a22 9
.include <bsd.port.pre.mk>

post-patch:
.if ${OSVERSION} < 500000
	@@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
		${WRKSRC}/lib/libdynamite.c
.endif

.include <bsd.port.post.mk>
@


1.6
log
@Drop maintainership.
@
text
@d17 1
@


1.5
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d14 1
a14 1
MAINTAINER=	lawrance@@FreeBSD.org
@


1.4
log
@Set my ports to their shiny new MAINTAINER address.

Approved by:	clement (mentor)
@
text
@a18 1
USE_REINPLACE=	yes
@


1.3
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d14 1
a14 1
MAINTAINER=	boris@@brooknet.com.au
@


1.2
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d18 1
a18 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.1
log
@[NEW PORT] archivers/dynamite: Decompress data compressed with
PKWARE Data Compression Library

	Dynamite is a tool and library for decompressing data
	compressed with the PKWARE Data Compression Library.

	WWW: http://synce.sourceforge.net

	Notes:
	* This library is required for the update of synce-kde
	* The 'dynamite' binary crashes when invoked without
	  arguments. This is expected, not a freebsd specific
	  problem.

PR:		ports/76026
Submitted by:	Sam Lawrance <boris@@brooknet.com.au>
@
text
@d18 1
a18 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@

