1998-01-26 16:27:12 +00:00
|
|
|
# New ports collection makefile for: xdelta
|
|
|
|
# Version required: 0.14
|
|
|
|
# Date created: Sun May 4 21:40:06 CDT 1997
|
|
|
|
# Whom: erich
|
|
|
|
#
|
1998-02-05 15:18:25 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/01/28 22:44:32 asami Exp $
|
1998-01-26 16:27:12 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xdelta-0.14
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/
|
|
|
|
|
1998-02-05 15:18:25 +00:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
1998-01-26 16:27:12 +00:00
|
|
|
|
1998-01-28 22:44:32 +00:00
|
|
|
GNU_CONFIGURE= yup
|
1998-01-26 16:27:12 +00:00
|
|
|
#
|
|
|
|
# this seems to be necessary for libtool :(
|
|
|
|
MAKE_ENV= CC=cc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|