blob: 7432256e37a35581578d5de04da86131a766aa52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.12 1997/02/12 10:24:23 asami Exp $
#
DISTNAME= xdelta-0.14
CATEGORIES= misc
MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/
GNU_CONFIGURE= yup
#BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
#
# this seems to be necessary for libtool :(
MAKE_ENV= CC=cc
.include <bsd.port.mk>
|