2005-01-14 01:09:25 +01:00
|
|
|
# New ports collection makefile for: dynamite
|
|
|
|
# Date Created: 10 January 2005
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dynamite
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
|
2007-01-23 09:19:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-01-14 01:09:25 +01:00
|
|
|
COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-01-14 01:09:25 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-01-14 01:09:25 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.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>
|