diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1998-01-26 16:27:12 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1998-01-26 16:27:12 +0000 |
commit | 614279221ea1bb4b66c0fa87016636e36527126c (patch) | |
tree | e5056b0cde33a5bb0f401d87adeca32f00cd7c26 /misc/xdelta/Makefile | |
parent | 613b8f6283e2add6dad58f5bd6ef42dbeb1da5e6 (diff) | |
download | ports-614279221ea1bb4b66c0fa87016636e36527126c.tar.gz ports-614279221ea1bb4b66c0fa87016636e36527126c.zip |
Notes
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile new file mode 100644 index 000000000000..7432256e37a3 --- /dev/null +++ b/misc/xdelta/Makefile @@ -0,0 +1,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> |