summaryrefslogtreecommitdiff
path: root/misc/xdelta/Makefile
blob: cca947e19221a945558fddffd0f924520a8b3ab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xdelta
# Version required:     0.14
# Date created:         Sun May  4 21:40:06 CDT 1997
# Whom:                 erich
#
# $Id: Makefile,v 1.3 1998/02/05 15:18:25 erich Exp $
#

DISTNAME=       xdelta-0.14
CATEGORIES=     misc
MASTER_SITES=   ftp://scam.xcf.berkeley.edu/pub/jmacd/

MAINTAINER=	ports@FreeBSD.ORG

BUILD_DEPENDS=	${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm

GNU_CONFIGURE=	yup
#
# this seems to be necessary for libtool :(
MAKE_ENV= CC=cc

.include <bsd.port.mk>