aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/dact/Makefile
blob: 2921a98f6df6cb79676091962e41d696cc7ed40f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ex:ts=8
# New ports collection makefile for:    dact
# Date created:         May 2, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   dact
PORTVERSION=    0.8.34
PORTREVISION=   0
CATEGORIES= archivers
MASTER_SITES=   http://www.rkeene.org/files/oss/dact/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Dynamic Adaptive Compression Tool

LIB_DEPENDS=    mcrypt.8:${PORTSDIR}/security/libmcrypt \
        lzo.1:${PORTSDIR}/archivers/lzo
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+=   bz2.1:${PORTSDIR}/archivers/bzip2
.endif

USE_GETOPT_LONG=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       dact.1

.include <bsd.port.mk>