2002-05-02 05:55:26 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: dact
|
|
|
|
# Date created: May 2, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dact
|
2004-01-09 01:24:57 +01:00
|
|
|
PORTVERSION= 0.8.35
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2002-05-02 05:55:26 +02:00
|
|
|
CATEGORIES= archivers
|
2003-12-13 13:58:08 +01:00
|
|
|
MASTER_SITES= http://www.rkeene.org/files/oss/dact/
|
2002-05-02 05:55:26 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Dynamic Adaptive Compression Tool
|
2002-05-02 05:55:26 +02:00
|
|
|
|
2003-12-13 13:58:08 +01:00
|
|
|
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
|
|
|
|
lzo.1:${PORTSDIR}/archivers/lzo
|
2002-05-30 20:00:33 +02:00
|
|
|
.if !exists(/usr/bin/bzip2)
|
|
|
|
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
|
|
|
.endif
|
2002-05-02 05:55:26 +02:00
|
|
|
|
2003-12-13 13:58:08 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-05-30 20:00:33 +02:00
|
|
|
USE_GMAKE= yes
|
2002-05-02 05:55:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-17 21:12:38 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-13 13:58:08 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
2002-05-02 05:55:26 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-01-27 23:36:08 +01:00
|
|
|
MAN1= dact.1
|
2002-05-02 05:55:26 +02:00
|
|
|
|
2004-01-09 01:24:57 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Docs/dact.txt ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2002-05-02 05:55:26 +02:00
|
|
|
.include <bsd.port.mk>
|