aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xdelta/Makefile
blob: 1b5603f058774d5ae998d13cc5a9b5f777d524ed (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
# New ports collection makefile for:    xdelta
# Version required:     0.18
# Date created:         Sun May  4 21:40:06 CDT 1997
# Whom:                 jmacd
#
# $Id: Makefile,v 1.7 1998/04/23 07:08:10 jmacd Exp $
#

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

MAINTAINER= jmacd@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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
    LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
MAN1=           xdelta.1

.include <bsd.port.mk>