summaryrefslogtreecommitdiff
path: root/archivers/dact/Makefile
blob: 56746580e186795e24e2fd37d30fbbce0238fc4d (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
# ex:ts=8
# New ports collection makefile for:	dact
# Date created:			May 2, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	dact
PORTVERSION=	0.8.11
CATEGORIES=	archivers
MASTER_SITES=	http://www.rkeene.org/devel/

MAINTAINER=	ports@FreeBSD.org

LIB_DEPENDS=	bz2:${PORTSDIR}/archivers/bzip2 \
		mcrypt:${PORTSDIR}/security/libmcrypt

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

MAN1=	dact.1

.include <bsd.port.mk>